Your IP : 216.73.216.40


Current Path : /var/www/html/kpsingh/kpsingh/
Upload File :
Current File : /var/www/html/kpsingh/kpsingh/db.php

<?php
	

	$dbhost = "localhost";
	$dbuser = "KPSingh";
	$dbpass = "qwerty123";
	$dbname = "KPSingh";
	
	$dbconn = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname)
        or die('Error Connecting to MySQL DataBase');

?>