RE: [PHP-WIN] dynamic combo boxes

2002-09-30 Thread Vail, Warren
ED]] Sent: Monday, September 30, 2002 2:01 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] dynamic combo boxes hi--i'm having some trouble autoloading a combo box with a mysql column. could someone help please thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

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

[PHP-WIN] dynamic combo boxes

2002-09-30 Thread Tim Blackwell
hi--i'm having some trouble autoloading a combo box with a mysql column. could someone help please thanks, tim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php