$servername = "localhost";
$username = "madhuri_abc";
$password = "happy123";
$dbname = "madhuri_789";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
?>
this is my code it was workin in local host but not working in real time . Guys pls hepl me im begineer in php4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hema SundarPosted May 12, 2016, 6:07 AM
Raja TPosted Dec 10, 2015, 6:01 AM
Jithil JohnPosted Dec 10, 2015, 5:57 AM
Manas MohapatraPosted Dec 10, 2015, 5:53 AM