About 24,800 results
Open links in new tab
  1. aimeos/ai-catsuggest: Include categories in search suggestions - GitHub

    Include categories in search suggestions offered by catalog/suggest HTML client component and extends the catalog and supplier manager to allow searching/sorting by relevance within the catalog …

  2. Mod: Category Suggest

    Description: Allows surfers to suggest categories / subcategories. Suggested categories / subcategories are inactive until webmaster approves them via phpLD Admin – webmaster receives email …

  3. Examples | PHP Autocomplete

    PHP Autocomplete addresses the issues by making it easy for PHP developers with simple APIs, minimize any custom Javascript that ultimately shortens its programming time.

  4. php - Create a basic auto-complete suggestion list - Stack Overflow

    Dec 27, 2013 · How can I create an auto-complete suggestion list below the search box that: Users can use keyboard Down & Up key to navigate between them? Users can use Esc button to close the …

  5. Search Box with Auto Suggest Links Items Tutorial using PHP and …

    Nov 10, 2021 · Our goal in this tutorial is to create a simple web application that has a Search Box that allows users to enter a certain keyword to find data on the database. The Search box has a …

  6. Autocomplete Search Using PHP, PDO - MySQL & Ajax - DCodeMania

    Dec 16, 2025 · In this post, I’ll show how to create an autocomplete search using Bootstrap 4, PHP, PDO, MySQL, and Ajax. You’ll learn how to design the search form, fetch suggestions via Ajax, …

  7. php - Auto Suggest module - Stack Overflow

    May 25, 2016 · First one is to extend the jqueryUI autocomplete widget, with the widgets factory. Second one is to create your own autocomplete script, which is in fact simple and is good for learning. Sign …