This file handles the default database connection. Is imported in all the scripts that require one. More...
Variables | |
$host = 'localhost' | |
$dbname = 'shestiva' | |
$username = 'shestiva' | |
$password = 'webove aplikace' | |
try | |
This file handles the default database connection. Is imported in all the scripts that require one.
Creates PDO instance of database connection with particular host, database name, user name and user password parameters. In case of unsuccesful connection, set $error value to provide error context for the importing scripts.
$dbname = 'shestiva' |
$host = 'localhost' |
$password = 'webove aplikace' |
$username = 'shestiva' |