RE: [PHP-DB] Re: Display Mysql Result in drop down list

2003-12-25 Thread irinchiang
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:33 AM To: David Robley Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Display Mysql Result in drop down list Hi: then now i'm trying to select a value from the drop down list, echo

[PHP-DB] Re: Display Mysql Result in drop down list

2003-12-23 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Hi all, Right now I'm trying to retrieve one of the column tutor_name and display al the tutor's name in a drop down list. The problem now is, the drop down list only manage to display 1 record from that row instead of all tutor's

Re: [PHP-DB] Re: Display Mysql Result in drop down list

2003-12-23 Thread irinchiang
Hi: then now i'm trying to select a value from the drop down list, echo the value i have selected and lastly INSERT the value into DB with the following : Below's a snippet of code: snip //retrieve all tutor_name from DB and display in drop down list SELECT class=textarea name=tutor_name / ?

RE: [PHP-DB] Re: Display Mysql Result in drop down list

2003-12-23 Thread Aleks @ USA.net
, December 23, 2003 4:33 AM To: David Robley Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Display Mysql Result in drop down list Hi: then now i'm trying to select a value from the drop down list, echo the value i have selected and lastly INSERT the value into DB with the following : Below's