Ok, this one will definently be trickey! As you can see on http://www.google.com/webhp?complete=1&hl=en (Google Suggest) they are using callback XMLHttpRequest. However, once you start typing, this will pull results from the internet. I need a way on how to pull the last records into a certain textbox from MySQL.
Rough Example:
(MySQL)
columns: (first name) (last name) (age)
values : Elmer Fudd 32
John Henry 38
Michael Johnson 44
(TextBox's)
<input type="text" name="first_name">
Now, as you can see here, once someone starts typing (lets say) "e" then elmer would drop down just like google suggest does, but if there's more than 1 entry, it would have to show all entries (while having a certain limit, say 20).. etc, etc
<input type="text" name="last_name">
Lets use "H" -- Now Henry would drop down and be one of the choices to select..
Anyone know how to do this, or even know what I'm talking about? Thanks!!! 😕 😕 :xbones: