How they do that?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
dv_evan
Forum Commoner
Posts: 42
Joined: Wed Apr 09, 2008 8:23 am

How they do that?

Post by dv_evan »

Hello All,
I have spent awhile searching for posts and article in thses forums and online concerning the function below.

First of all I am new to php/MYSQL and Ajax. what I would like to know is how to creat a Search so that when users are entering the letters for the Search words it generates a list that show all the term starting with the letter(S).

For Example:
I want to search for the name 'John'

In the search field, while I type the first letter 'J' all names starting with 'J' comes up, such as Joe, John, Johby, Jack. Now while I type 'JO' all names starting with 'JO' comes up such as Joe, John, Johby. Likewise 'JOH' -> John,Johby etc.

Can anyone gives and suggestion/help?
Thanks in Advance.

Stace Even
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Re: How they do that?

Post by Jenk »

Post Reply