suess0r Posted December 28, 2006 Share Posted December 28, 2006 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 More sharing options...
ToonMariner Posted December 28, 2006 Share Posted December 28, 2006 [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 ;) Link to comment https://forums.phpfreaks.com/topic/32074-google-suggest-like-auto-fill-phpajax/#findComment-148856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.