Script do drop down data from MySql Database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sanharsha
Forum Newbie
Posts: 5
Joined: Mon Oct 22, 2007 10:12 pm

Script do drop down data from MySql Database

Post by sanharsha »

im developing a web based email application. i need a php script do do the following.

when im trying to send a email i need to get the email address droping down as and when i type the first few letters.
(just like yahoo, when you type the first letters in the TO box it dispays all the email addresses in the database)

Thanks
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: Script do drop down data from MySql Database

Post by jmut »

you need ajax trick for this. search google for autocomplete...there should lots of it
Post Reply