What is the complete PHP syntax on making a select option by calling a

ed_biasbas

New member
certain field from MYSQL Database? host = localhost
username = root
password = passwd
Mysql database = clients
table = names
fields idcode, name

It will call idcode to be used in Select Option....
 
Back
Top