Hi Friends
Can you guys let me know how to implement the autocomplete functionality in PHP.
Thanks for the help
Kishore
PHP Autocomplete Functionality
Moderator: General Moderators
-
kishore_marti
- Forum Newbie
- Posts: 8
- Joined: Thu Jul 09, 2009 6:10 am
Re: PHP Autocomplete Functionality
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.
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
Most likely you are talking about AJAX auto-complete. JavaScript libraries like jQuery have ready-to-use plugins for this