Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 385 Bytes

php_simple_blog

this is a simple php blog.

Usage

1) create MySQL database [name="php_blog"]

2) import "php_blog.sql" file

Config (php.ini)

1) open php.ini file
2) if you want to make changes than PROD_MOD = false otherwise PROD_MOD = true
3) enter MySQL Host, Username, Password (if you have any) and DB name (specify database name).

Thank you!