G:
/
PleskVhosts
/
seeonsoft.com
/
hp.thefalconunited.com
/
up file
home
<?php /////// Update your database login details here ///// $dbhost_name = "p3nlmysql57plsk.secureserver.net:3306"; // Your host name 182.50.133.83:3306 $database = "hpdb"; // Your database name $username = "hpdb"; // Your login userid $password = "hpdb123!@#"; // Your password //////// End of database details of your server ////// //////// Do not Edit below ///////// try { $js = new PDO('mysql:host='.$dbhost_name.';dbname='.$database, $username, $password); } catch (PDOException $e) { print "Error!: " . $ex->getMessage() . "<br/>"; die(); } ?>