RE: [PHP] Combo Box containing field

2001-03-10 Thread Don Read
On 10-Mar-01 RealGM wrote: > Hi, > > Does anyone know how I can create a combo box in my php file that reads the > options in from a database field? > > I can create combo boxes fine containing values that I enter, but I want it > to read the values from the database into the drop down box for t

Re: [PHP] Combo Box containing field

2001-03-10 Thread Web Admin
l2->EOF); $level2->close(); echo ""; Just change the query in the 2nd line of the code to the desired query. You'll see the result ;-) Best of luck, Ahmad Anvari da Code Guru - Original Message - From: RealGM To: [EMAIL PROTECTED] Sent: Saturday, March

[PHP] Combo Box containing field

2001-03-10 Thread RealGM
Hi, Does anyone know how I can create a combo box in my php file that reads the options in from a database field? I can create combo boxes fine containing values that I enter, but I want it to read the values from the database into the drop down box for the user to select. Thanks, Michael.