Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 482 Bytes

File metadata and controls

16 lines (10 loc) · 482 Bytes

cricket live scores platform - criclive

configuring database:

import the test db schema file morasp5_criclive.sql in schema directory to your mysql server.

then edit the file DBCon.php to enter credentials for db.

$con = mysqli_connect("localhost", "user", "pass", "morasp5_criclive", "3306");

then navigate to localhost/criclive .

moraspirit logo
baked with ♥♥ in UOM.