Read Tutorial and Download source code from CodexWorld.com – https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/
PHP auto-suggestion textbox using jQuery UI – Easy way to display auto-suggestion under the search box from MySQL database in PHP. Example code to implement autocomplete textbox in PHP and display suggestions from the MySQL database using jQuery UI Autocomplete plugin.
Subscribe for more tutorials:
https://www.youtube.com/codexworld
Stay Connected With Us:
Website: http://www.codexworld.com
Facebook: https://www.facebook.com/codexworld
Twitter: https://twitter.com/codexworldweb
source
Thank you 👌
Your code is vulnerable to SQL injection? Why not used sql prepared statements at 9:21 on line 21… Your demo does not even use ajax or php or sql its all hardcoded you should think about fixing this before people implement this!
I keep trying and I can fetch the result from the sql statement. However, the last "echo json_encode($skillData); " cannot return anything to the text box for selection. 🙁
not working
Very nice 👌