Submit Your Article Forum Rules

Results 1 to 1 of 1

Thread: Google Live Search Hints Script

  1. #1
    Senior Member
    Join Date
    Jan 2008
    Posts
    327

    Google Live Search Hints Script

    I am looking for a good "Google Live Search Hints" type scripts using Ajax, jquery, PHP, xml, MySQL:

    Need the script to produce hints as people are typing in the search field.

    The search must be able to pull data from either XML or MySQL. If searchingXML, the script must have the ability to limit the result set to a specific number of results, based on the query not the entire xml document.

    XML format will look something like this:

    Code:
    <products>
      <product>
           <title>XYZ-123 Thingamajig</title>
           <url>some url</url>
           <image>some image</image>
      </product>
    </products>
    ...and then be able to separate the product title (XYZ-123) and description (Thingamajig) for display in distinct div tags.

    or be able to search on multiple fields (search tends to run much slower)

    Code:
    <products>
      <product>
          <title>XYZ-123</title>
          <description>Thingamajig</description>
          <image>some image</image>
          <url>some url</url>
      </product>
    </products>
    Thanks in advance for your help.
    Last edited by Tech Manager; 09-02-2011 at 05:46 PM.
    I use Country IP Blocks as added security for my networks and servers.

Tags for this Thread

Posting Permissions

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