PHP Autocomplete Functionality

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
kishore_marti
Forum Newbie
Posts: 8
Joined: Thu Jul 09, 2009 6:10 am

PHP Autocomplete Functionality

Post by kishore_marti »

Hi Friends

Can you guys let me know how to implement the autocomplete functionality in PHP.

Thanks for the help
Kishore
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Re: PHP Autocomplete Functionality

Post by Skara »

php has no "auto-complete" functionality.
If you're referring to how when you visit a website some form will be automatically filled in with your information, that's a browser thing.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: PHP Autocomplete Functionality

Post by Darhazer »

Most likely you are talking about AJAX auto-complete. JavaScript libraries like jQuery have ready-to-use plugins for this
Post Reply