You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using PHP 7, check your function mysqli_select_dbin 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
The text was updated successfully, but these errors were encountered: