DIR:/chroot/home/laughingplants/laughingplants.com/html/ |
Current File : /chroot/home/laughingplants/laughingplants.com/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(); } ?> |