This is a real time search bar using: HTML, CSS, JavaScript, jQuery, Ajax, PHP, SQL, MySQL
Setup:
- You need to change the login informations based on your Database credentials at core/init.php.
- In the database, there are 5 rows:
- id: It is used to make a uniq id for every article, it has to be a PRIMARY_KEY.
- title: It contains the title of the article, it has to be a Text type.
- content: It contains the content of the article, it has to be a Text type.
- author: It contains the name of the author, it's a varchar(255) type.
- category: It contains the category of the article, it's a varchar(255) type.
For any help, feel free to contact me.