Results 1 to 2 of 2

Thread: Auto-suggest

  1. #1
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Auto-suggest

    Does anyone know of a simple easy to understand auto suggest script in php?

    I tried this guys but couldnt get it working.
    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.

  2. #2
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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/...ejs-update-12/) or shoot me an email to beau_scott AT hotmail.com

    Beau

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •