Re: [PHP-DB] converting from form - dropdown box

2003-01-14 Thread xxx xxxx
hi, all you have to do is to extract values from the database with a query. i suppose you know... after that you have to do all you have done till now except the dropdown toolbox(that is called actually a listbox). for the list box you have to write like this: select name=select ?php

[PHP-DB] converting from form - dropdown box

2003-01-13 Thread Dzung Nguyen
Anybody could hep me converting the following form to dropdown box? The easier task (I assume) is to populate the box with the all possible values of a column in mySQL table (I don't know what how to do this yet, though). I also haven't been able to find the dropbox's equivalent of form's