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
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
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
---
> Sunmaia
> www.sunmaia.net
> [EMAIL PROTECTED]
> tel. 0121-242-1473
> ---
>
> > -Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Se
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
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
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