1 Config PHP

Pranat
0
Lamp

 <?php

$servername = "localhost";

$username = "root";

$password = "";

$db="test3";

// Create connection

$conn = new mysqli($servername, $username, $password,$db);


// Check connection

if ($conn-> connect_error) {

  die("Connection failed: " . $conn->connect_error);

}

?>

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !