Re: [PHP] [PHP-GEN] Check Boxes

2004-09-10 Thread Chris Dowell
TED] ($query); } Enter_Date Opening_Units Unit_Consumed -Original Message- From: balwantsingh [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 5:33 AM To: [EMAIL PROTECTED] Subject: [PHP] [PHP-GEN] Check Boxes balwantsingh wrote: can somebody advise me i want to use che

RE: [PHP] [PHP-GEN] Check Boxes

2004-09-10 Thread Gryffyn, Trevor
} # Make slight changes here if ($collist <> "") { $query = "SELECT $collist FROM form"; [EMAIL PROTECTED] ($query); } Enter_Date Opening_Units Unit_Consumed > -Original Message- > From: balwantsingh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Augu

[PHP] [PHP-GEN] Check Boxes

2004-08-18 Thread balwantsingh
balwantsingh wrote: > can somebody advise me > i want to use checkboxes on my website, i want that if user selects some > checkboxes (there will be more than 20 checkboxes), checkbox's value will be > stored in variables and than SELECT query command will be run using these > variables through PHP.