0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
Desktop
/
shafna
/
rainfall
/
[
Home
]
File: config.php
<?php $con = mysqli_connect("localhost","root","","demos"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $db = mysqli_select_db($con,"demos"); ?>