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
- >From: Stephanie [mailto:[EMAIL PROTECTED]] >Sent: Thursday, August 15, 2002 2:15 PM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] Checkbox/Database Issues > > >Here's my problem: I have a form in which there is a question and 5 >checkboxes to select from (ex: you can select mo

Re: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Afan Pasalic
heckbox 3', 'Copy for checkbox 4', 'Copy for checkbox 5' ); echo""; for($i=1; $i<=5; $i++) { echo" $ChekboxCopies[$i]"; } echo""; echo""; } ?> - Original Message - From: Stephanie To: Sent:

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
- From: Stephanie [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Checkbox/Database Issues Here's my problem: I have a form in which there is a question and 5 checkboxes to select from (ex: you can select more than one checkbox) I need

[PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Stephanie
Here's my problem: I have a form in which there is a question and 5 checkboxes to select from (ex: you can select more than one checkbox) I need to get each checkbox that is selected to show up when it is inputed into the mySQL DB. I can get the first selected checkbox in, but nothing I've done