0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.147.205.114


Current Path : /proc/thread-self/root/var/www/html/studentportal_test/
Upload File :
Current File : //proc/thread-self/root/var/www/html/studentportal_test/database.php

<?php
	$servername = "97.74.228.93";
	$username   = "logisys3_logu";
	$password  = "Logisys@2106";
	$databse = "logisys3_comexam";
	
	/*$servername = "server";
	$username   = 'root';
	$password  = "";
	$databse = 'commonexam';*/
	$conn = new  mysqli($servername,$username,$password,$databse);
	if(!$conn) 
	{
        die("Connection failed: " . mysqli_connect_error());
	}
	
?>