I have a problem at the beginning of making a website. I have a database in mysql and i want to make some interactive forms.
I want to make some input textareas controled by javascript i think (you suggest what should i use) that start searching in the database and listing the results like dropdown box by the time i start typing.
For example when i start typing in the textarea "New" the program start searching for the all the cities that start with "New" or containing "New" and listing the result in a dropdown box.
So the question i have are: what script language to use?, how is the best to get information from the database (when the page loads or when i type in the textarea). What documentation i can use for this issue.


Reply With Quote
Bookmarks