Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 07-23-2011, 09:27 PM Forms problem
Novice Talker

Posts: 5
Name: lei shusheng
Trades: 0
I have created a mailing list script and want to show all the emails that are on the list wiith checkboxes next to them, if the form is submitted the emails that had their boxes checked are deleted from the list.

I know how to produce a list of all the emails with their corresponding boxes, my problem is i cant think of an efficient way of passing them to the next page and then processing them, and tips would be greatly appreciated

So far i had the idea of passing them as an array and then using a foreach() of While() loop, how can i pass them as an array?

Thanks for
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
leishusheng is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-24-2011, 05:26 AM Re: Forms problem
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Add brackets to their name, as in
HTML Code:
<input type="checkbox" name="email[]" value="email1@domain.com" />
<input type="checkbox" name="email[]" value="email2@domain.com" />
<input type="checkbox" name="email[]" value="email3@domain.com" />
Then you can access them through
PHP Code:
foreach ($_POST['email'] as $email) {
   
// do something

__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is online now
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 08-13-2011, 11:48 PM Re: Forms problem
Novice Talker

Posts: 5
Name: lei shusheng
Trades: 0
lizciz Than you very much!!
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
leishusheng is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Forms problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11666 seconds with 12 queries