Open asmaaali101 opened 4 years ago
If you're using PHP 7, check your function mysqli_select_db
in sql-connections/sql-connect.php and other files, In contrast with mysql_select_db
, it should be mysqli_select_db($con, $dbname)
not mysqli_select_db($dbname, $con)
.
How can I solve the problem