Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 283 Bytes

File metadata and controls

10 lines (7 loc) · 283 Bytes

Test Shop PHP Example

To setup database connection enter your credentials into "init.php" file:

define(DB_HOST, 'localhost'); define(DB_USER, 'root'); define(DB_PASS, ''); define(DB_NAME, 'testshop');

And then run "db_restart.php" it will reset tables and demo data in database