RE: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Vail, Warren
I'd recommend you do a view source on your finished page and make sure one to the option tags has the SELECTED parameter and troubleshoot from there. good luck, Warren Vail Tools, Metrics & Quality Processes -Original Message- From: Tim Blackwell [mailto:[EMAIL PROTECTED]] Sent: Monday

Re: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Scott Carr
Sample Code: $strRET .= ""; $strRET .= "Select Script:"; $dialscripts = $GLOBALS['db']->query("SELECT * FROM dialscripts WHERE CO_ID=" . $_SESSION['CO_ID']); if (!DB::isError($dialscripts)) { while ($row = $dialscripts->fetchRow(DB_FETCHMODE_ASSOC