RE: [PHP-DB] Drop Down Menus

2005-05-09 Thread Miguel Guirao
Some body asked for it! -Original Message- From: chintan [mailto:[EMAIL PROTECTED] Sent: Jueves, 05 de Mayo de 2005 07:36 a.m. To: php-db@lists.php.net Subject: [PHP-DB] Drop Down Menus hey guys i wrote this code from another code of zend.php Can anyone tell me how do i update the value

RE: [PHP-DB] Drop Down Menus

2005-05-05 Thread Bastien Koert
sts.php.net Subject: [PHP-DB] Drop Down Menus Date: Thu, 05 May 2005 18:05:32 +0530 hey guys i wrote this code from another code of zend.php Can anyone tell me how do i update the value of second menu and third one? can i do that without javascript? $XX = "No data availabe!"; echo &q

[PHP-DB] Drop Down Menus

2005-05-05 Thread chintan
hey guys i wrote this code from another code of zend.php Can anyone tell me how do i update the value of second menu and third one? can i do that without javascript? $XX = "No data availabe!"; echo ""; $_SESSION['ItemType'] = $_REQUEST['ItemType']; echo ""; $aku = mysql_query("SELECT ItemType FROM

Re: [PHP-DB] Drop Down Menus

2002-02-12 Thread Todd WIlliamsen
--- > Sunmaia > www.sunmaia.net > [EMAIL PROTECTED] > tel. 0121-242-1473 > --- > > > -Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Se

RE: [PHP-DB] Drop Down Menus

2002-02-12 Thread Peter Lovatt
PROTECTED] tel. 0121-242-1473 --- > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 12 February 2002 16:10 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Drop Down Menus > > > Hi wonder if anyo

RE: [PHP-DB] Drop Down Menus

2002-02-12 Thread Rick Emery
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:10 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Drop Down Menus Hi wonder if anyone knows what I am doing wrong here. I have a drop down selection menu that is generated from a mysql database. In the d

[PHP-DB] Drop Down Menus

2002-02-12 Thread Bzdpltd
Hi wonder if anyone knows what I am doing wrong here. I have a drop down selection menu that is generated from a mysql database. In the database we have over 15 fields one of them contains text for the catergory that the entry belongs to. I have used the following code to generate my drop down