Re: [PHP-WIN] Checkbox/Database Issues

2002-08-16 Thread toby z
stephanie make sure ur inserting the right values into ur db check the field names in ur form && db ive tried this thing and it works fine . but incase u still run into error sen me a copy of ur code n ill scan it thru fo u . good luck . toby . <[EMAIL PROTECTED]> w

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
iginal Message- From: Stephanie Piet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 2:34 PM To: Collins, Robert Subject: Re: [PHP-WIN] Checkbox/Database Issues Sure, the top half is part of checkbox area I was talking about. The bottom portion is the part that sends the e-mail wi

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Metin Kale
Did you use an element name like: element_name[] ? You need to add the [] to your element name. This creates an array and you need to loop through it to get each result. Metin At 02:26 PM 8/15/2002 -0500, Collins, Robert wrote: >Stephanie, > >can you give an example of your form and the co

Re: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Afan Pasalic
Try this: "; // Inserting into DB depands of the way you want to do it. All results in one column or each checkbox has its own column, or... // Need more info... } else { $ChekboxCopies = array(1 => 'Copy for checkbox 1', 'Copy for checkbox 2', 'Copy for checkbox 3', 'Copy for checkbox 4',

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
Stephanie, can you give an example of your form and the code used to submit it to the Db? Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] -Original Message- From: Ste