I’m going to show you how to create simple search using PHP and MySQL. You’ll learn: You should have Apache, MySQL and PHP installed and running of course (you can use XAMPP for different platforms or WAMP for windows, MAMP for mac) or a web server/hosting that supports PHP and MySQL databases. Create table I used 3 fields, I called mine articles.
In this tutorial, I’ll show you how to create a simple search on the MySQL table using PHP, MySQLi and AJAX. This tutorial does not include a good design but will give you an idea on how to search for rows in MySQL table.