Skip to content
Snippets Groups Projects
Commit d0041d1d authored by Oviya Balamurugan's avatar Oviya Balamurugan
Browse files

database details

parent 796ff941
Branches
No related tags found
No related merge requests found
<?php
$mysqli = new
mysqli("localhost","root","","PRO");
#// Check connection
#if ($mysqli -> connect_errno) {
#echo "Failed to connect to MySQL: " . $mysqli -> connect_error;
#exit();
#}
#else{
# echo "Database connected";
#}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment