Skip to content

hajdunorbert/RealTimeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTimeSearch

This is a real time search bar using: HTML, CSS, JavaScript, jQuery, Ajax, PHP, SQL, MySQL

Setup:

  1. You need to change the login informations based on your Database credentials at core/init.php.
  2. 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.

About

This is a real time search bar using: HTML, CSS, JavaScript, jQuery, Ajax, PHP, SQL, MySQL

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages