Skip to content

Repository files navigation

Square1

Database structure: Import structure from the SQL file in database directory.

Database connection: Create db.php file to the project directory. Contents of the file:

<?php$host = 'mysql host';
$user = 'mysql username';
$pass = 'mysql password';
$db = newPDO('mysql:host='.$host.';dbname=square1', $user, $pass); ?>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages