Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 340 Bytes

File metadata and controls

11 lines (10 loc) · 340 Bytes

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!!!