illdevilinc 0 Report post Posted September 4, 2006 hey everyone,i am designing a site and i am wondering if anyone knew how to make a selction script. By a selection script, i mean that you will be able to select multipul entries and be able to delete them by using the check boxes and a delete button. The system i am creating is for a mail system, and i need the script in PHP. If you know how to make one of those scripts or know of a place that has a tutorial on it, then please post and let me know. Thanks!ill devil inc Share this post Link to post Share on other sites
shadowx 0 Report post Posted September 5, 2006 I have a suggestion, its not a solution because im busy with my own php stuff at the moment but basically i would use the checkboxes and each has a value, say "mail1" "mail2" etc etc etc....the user selects all the ones they want to delete, if they select mail one two and three the values sent to the script would be "mail1 mail2 mail3" then you can use a for loop to cycle three times something like "delete_function($mail)"where $mail is the mail value specificed above.Like i said its only a suggestion not a solution because i havent got the time at the moment. You might be better asking the same question in the php programming section (under programming) Or evne better, PM a moderator to move this over there so you dont get troubled for double posts Share this post Link to post Share on other sites