Wrox Programmer Forums
|
Ajax the combination of XHTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Ajax section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 3rd, 2007, 02:57 PM
Authorized User
 
Join Date: Jan 2004
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Ashleek007
Default Live Search?

Hi,

I'm looking for a tutorial or some help to figure out how to create a live search using AJAX and PHP.

Ive found this artice, which seems to be what im looking for...
http://ajaxpatterns.org/Live_Search

And this
http://www.mybigriver.com/
Which is exactly the idea im looking for....

Although i dont want to search for books on amazon,
I have a MySQL database with a number of records in which is what I want to search on...

Could anybody push me in the right direction to find some help on this? either where to look for a Tutorial, or the things I should be searching for in Ajax or google to give it a go....

Sorry if I'm in the wrong place,
Cheers,
Ash

My new web design domain
www.askmultimedia.co.uk
__________________
My new web design domain
www.askmultimedia.co.uk
 
Old June 4th, 2007, 01:25 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Well you need to start by identifying what you will be searching on and then creating a suitable SQL query that fetches the appropriate records given a search term. Then you'll need to create a web service that wraps this query. It will accept the term and return a representation of the results, either as XML or JSON if you wish to stick with current standards.

--

Joe (Microsoft MVP - XML)





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get Live data from a web_page Hoang Excel VBA 2 April 10th, 2008 03:32 AM
Live Chat Software ramuis78 ASP.NET 1.0 and 1.1 Basics 4 May 22nd, 2007 01:30 PM
LIVE RADIO theokrtz Classic ASP Professional 1 August 24th, 2004 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.