Page 1 of 1

PHP Autocomplete Functionality

Posted: Sat Jul 11, 2009 2:29 am
by kishore_marti
Hi Friends

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

Thanks for the help
Kishore

Re: PHP Autocomplete Functionality

Posted: Sat Jul 11, 2009 1:04 pm
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.

Re: PHP Autocomplete Functionality

Posted: Sat Jul 11, 2009 2:38 pm
by Darhazer
Most likely you are talking about AJAX auto-complete. JavaScript libraries like jQuery have ready-to-use plugins for this