Skip to content

SOULREDOUANE/Simple-Search-Engine-with-php-and-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSEARCH

The very simple search engine with php and mysql

Usage

It is a very simple search engine. To add a web page in the search engine, you should create a data in 'data' named mysql table

Mysql Configuration

Please look the 'index.php' line 55:

$con = mysqli_connect(HOST, USERNAME, PASSWORD, DATABASE_NAME);

Thanks!!!

About

The very simple search engine with php and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.3%
  • Dockerfile 12.7%