MySQL database populated dropdown box and PHP search
Posted
by
Sanel Bajric
on Stack Overflow
See other posts from Stack Overflow
or by Sanel Bajric
Published on 2012-09-03T23:07:07Z
Indexed on
2013/07/02
23:06 UTC
Read the original article
Hit count: 107
I have question regarding search on webpage with textbox and dropdown box.
I have table with fields:
ID First name Last name Company name Occupation Description
Now i need to make search form which will be populated from database (field Occupation
) and textbox where I can put whatever I want, and then get results from database based on those on web page.
I am really sorry but i am totally begginer and only need some examples of such kind of code and much help :)
Thank you
© Stack Overflow or respective owner