Autocomplete Textbox with jQuery UI using PHP and MySQL

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 7

  • @badmocca2761
    @badmocca2761 2 года назад

    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. :(

  • @it9hektar
    @it9hektar Год назад

    Thank you 👌

  • @NityanandaMaityBlogger
    @NityanandaMaityBlogger 2 года назад

    Very nice 👌

  • @nurilestikomariah
    @nurilestikomariah Год назад

    where i can download the full source code?

    • @codexworld
      @codexworld  Год назад

      You can download the source code from here - www.codexworld.com/autocomplete-textbox-using-jquery-php-mysql/

  • @aryajayasuper
    @aryajayasuper 2 года назад

    not working

  • @joeybab3
    @joeybab3 Год назад +1

    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!