Dear firnds,
I want to upload my php Forms and database...I am using godaddy.com i have my login and pwd.... I uploaded Survey project Php files and database.please,check my conn.php file code is below
<?php
$username="mydbphp@182.50.131.34";
$password="";
$server="166.62.8.51";
$db="mydbphp";
$conn=new mysqli($server,$username,$password,$db);
if(!$conn){
echo "Connection not established";
}
?>
please, suggest me..