Jump to content

Google suggest like auto-fill?! PHP+AJAX


suess0r

Recommended Posts

Hi,

i'm trying to make a google suggest-like fill for my textbox to check the names of the bars on my site to match after the 2nd character entered... i found a lot of AJAX tutorials that link with asp.net but i haven't been able to find anything with PHP. Does anyone know of any tutorial or help i can find with ajax+php+google suggest?? thanks!
Link to comment
https://forums.phpfreaks.com/topic/32074-google-suggest-like-auto-fill-phpajax/
Share on other sites

[url=http://www.w3schools.com/ajax/ajax_example.asp]http://www.w3schools.com/ajax/ajax_example.asp[/url]

This gives you all the js you need (bar a couple of mods to get it working on opera). It looks like exactly what you want - all you are doing is sending the value of the textbox to a php script which queries a database, checks some results and feeds back a string based on its findings.

That script you will have to write your self - but that is the easy part ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.