Create a Drop Down List with PHP
Posted: Wed Jun 22, 2005 1:10 pm
Hi all,
Now, I have been creating a web site which is about cell phones, so I want to add some good properties to the site. I did some, but I could not create a drop down list whose each element comes from a database. When a person enter the site, he or she must see a drop down list and choose one choice, and then this choice must go to the database and check whether the choice is available in tha database. If it is available, the page must give a new page which includes the properties of the phone that takes all the information from the database.
I can use the database, but I could not write the code with PHP.
Thank you for now...
Now, I have been creating a web site which is about cell phones, so I want to add some good properties to the site. I did some, but I could not create a drop down list whose each element comes from a database. When a person enter the site, he or she must see a drop down list and choose one choice, and then this choice must go to the database and check whether the choice is available in tha database. If it is available, the page must give a new page which includes the properties of the phone that takes all the information from the database.
I can use the database, but I could not write the code with PHP.
Thank you for now...