| DIR:/proc/thread-self/root/home/laughingplants/public_html/ |
| Current File : //proc/thread-self/root/home/laughingplants/public_html/config.php |
<?php
$host = "localhost";
$db_name = "laughing_lp";
$username = "laughing_lp";
$password = "e%p3B4ggK_k%";
try {
$con = new PDO("mysql:host={$host};dbname={$db_name}", $username, $password);
}
catch(PDOException $exception){
echo "Connection error: " . $exception->getMessage();
}
?> |