Re: [PHP] making a tutorial

2006-03-17 Thread Sameer N Ingole
Gustav Wiberg wrote: - Original Message - From: John Taylor-Johnston [EMAIL PROTECTED] To: PHP-General php-general@lists.php.net Sent: Friday, March 17, 2006 7:51 AM Subject: [PHP] making a tutorial I'm making a tutorial and don't really understand how to do this myself :) pWhich

Re: [PHP] making a tutorial

2006-03-17 Thread T.Lensselink
Sameer N Ingole said: Gustav Wiberg wrote: - Original Message - From: John Taylor-Johnston [EMAIL PROTECTED] To: PHP-General php-general@lists.php.net Sent: Friday, March 17, 2006 7:51 AM Subject: [PHP] making a tutorial I'm making a tutorial and don't really understand how to do

RE: [PHP] making a tutorial

2006-03-17 Thread George Pitcher
pWhich of the following pets do have at home: br /input type=checkbox name=favourite[] value=dogdog br /input type=checkbox name=favourite[] value=catcat br /input type=checkbox name=favourite[] value=snakesnake br /input type=checkbox name=favourite[] value=othersnake br /input

Re: [PHP] making a tutorial

2006-03-17 Thread Barry
George Pitcher wrote: pWhich of the following pets do have at home: br /input type=checkbox name=favourite[] value=dogdog br /input type=checkbox name=favourite[] value=catcat br /input type=checkbox name=favourite[] value=snakesnake br /input type=checkbox name=favourite[] value=othersnake br

RE: [PHP] making a tutorial

2006-03-17 Thread Ford, Mike
On 17 March 2006 07:39, Gustav Wiberg wrote: - Original Message - From: John Taylor-Johnston [EMAIL PROTECTED] To: PHP-General php-general@lists.php.net Sent: Friday, March 17, 2006 7:51 AM Subject: [PHP] making a tutorial I'm making a tutorial and don't really understand how

Re: [PHP] making a tutorial

2006-03-16 Thread admin
Parse.. It will be an array after you submit the form. So depends on what you wanna do with it. Do a print_r($favourite); after form submit and you will see. How to store it.. well if you wanna it in seperate fields you can loop through it and do an insert on every array element in your DB or

Re: [PHP] making a tutorial

2006-03-16 Thread - Edwin -
Hi! On Fri, 17 Mar 2006 01:51:41 -0500 John Taylor-Johnston wrote: I'm making a tutorial and don't really understand how to do this myself :) pWhich of the following pets do have at home: br /input type=checkbox name=favourite[] value=dogdog br /input type=checkbox name=favourite[]

Re: [PHP] making a tutorial

2006-03-16 Thread Gustav Wiberg
- Original Message - From: John Taylor-Johnston [EMAIL PROTECTED] To: PHP-General php-general@lists.php.net Sent: Friday, March 17, 2006 7:51 AM Subject: [PHP] making a tutorial I'm making a tutorial and don't really understand how to do this myself :) pWhich of the following pets