Comments on: Autocomplete Textbox with jQuery UI using PHP and MySQL https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/ Web & Mobile App Development Company Mon, 08 Aug 2022 14:29:00 +0000 hourly 1 By: Happyhell https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-178937 Wed, 25 May 2022 13:21:21 +0000 https://www.codexworld.com/?p=648#comment-178937 thanks for your job, it helped me a lot.
May i ask if i want to fill one more field with the autocomplete selection, can i do like this:
$skillData = array();
if($query->num_rows > 0){
while($row = $query->fetch_assoc()){
$data[‘id’] = $row[‘id’];
$data[‘value’] = $row[‘skill’];
$data[‘date’] = $row[‘date’];
array_push($skillData, $data);
}
}

]]>
By: Pneus https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-148947 Wed, 25 Aug 2021 20:06:22 +0000 https://www.codexworld.com/?p=648#comment-148947 Good very nice

]]>
By: Gareth https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-136061 Tue, 09 Mar 2021 19:54:35 +0000 https://www.codexworld.com/?p=648#comment-136061 With regard to the section “Replace Input Value with ID”, how can I leave the text value in the autocomplete field but set the id value to a $_POST variable? I need to be able to store the id value in the database, not the text which is selected by the autocomplete – even though the text should still display?

]]>
By: Muhammad Irfan https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-123279 Sun, 13 Sep 2020 12:37:56 +0000 https://www.codexworld.com/?p=648#comment-123279 Very nice explained. solved my problem. Thanks Buddy!!! <3

]]>
By: Discuss desk https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-117027 Sun, 28 Jun 2020 08:58:57 +0000 https://www.codexworld.com/?p=648#comment-117027 Thanks for the effort. you have explained each step very well.

]]>
By: Aleemuddin Siddiqui https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-107979 Tue, 24 Mar 2020 19:33:54 +0000 https://www.codexworld.com/?p=648#comment-107979 Muni I want to add a “Save” button on ajaxquery-autocomplete-textbox form which will save all information in a table. How can I do that ?

]]>
By: CodexWorld https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-100653 Tue, 24 Dec 2019 18:31:55 +0000 https://www.codexworld.com/?p=648#comment-100653 In reply to Sandy.

Off course.

]]>
By: Sandy https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-100601 Mon, 23 Dec 2019 18:38:02 +0000 https://www.codexworld.com/?p=648#comment-100601 Will this work with MySQLi?

]]>
By: Prasanth https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-99293 Thu, 05 Dec 2019 06:13:02 +0000 https://www.codexworld.com/?p=648#comment-99293 Nice this one save my one day coding effort thank you 😀

]]>
By: Gopi Nath https://www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/comment-page-2/#comment-93062 Thu, 19 Sep 2019 10:41:56 +0000 https://www.codexworld.com/?p=648#comment-93062 hello frnds i need auto complte text box and by using that text box values i need filter mysql table data

]]>