Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/tele/includes/
Upload File :
Current File : /var/www/html/ajay/tele/includes/header.php

<?php
    require("constants.php");

    try {
	    $dbh = new PDO("mysql:dbname=$DB_name;host=$DB_server", "$DB_user", "$DB_password");
    } catch(PDOException $e) {
	    echo $e->getMessage();
    }
?>