Log in

View Full Version : Auto-suggest



torrent
02-09-2008, 07:33 PM
Does anyone know of a simple easy to understand auto suggest script in php?

I tried this guys but couldnt get it working. :confused:
http://www.beauscott.com/examples/autocomplete/
And I tried yahoos and couldnt get it working. I need one where I can edit the words.

Thanks.

Beau6183
06-20-2008, 04:07 AM
Hey torrent :)

Sorry for digging this up, I just noticed some recent incoming traffic coming from this page and saw that it had a question related to my AutoComplete script.

So the PHP script included with that widget is really just an example and doesn't really do anything but a small dictionary search (in the doc/assets/words.dict file). I provide 3 different formats of results and a constructor option to specify the location of your own result script.

If you need any help still, please post a comment on the blog write up (http://www.beauscott.com/2008/06/05/autocompletejs-update-12/) or shoot me an email to beau_scott AT hotmail.com

Beau