Add connection php page

parent 74c1d251
<?php
//MySQLi Procedural
$conn = mysqli_connect("localhost","root","","inteljr");
if (!$conn) {
die("Connection failed: " . mysqli_connect_error());
}
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment