Commit ff29b8dc authored by alexandru.radulescu's avatar alexandru.radulescu

Database connection file uploaded

parent 0a6099ff
<?php
$db= mysqli_connect('localhost', 'alexandru.r', 'Loomynarty1311', 'alexandruradulescu_plants');//connect to the database
if(!$db)
{
die("Connection failed: " . mysqli_connect_error());//return an error in case of no connection
}
?>
\ 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