Jump to content
xisto Community
illdevilinc

Php Selection

Recommended Posts

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

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 :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.