Audi-1 / sqli-labs

SQLI labs to test error based, Blind boolean based, Time based.
5.28k stars 1.52k forks source link

unable to connect to database : challenge in Sqli-labs #33

Open asmaaali101 opened 4 years ago

asmaaali101 commented 4 years ago

How can I solve the problem image (1)

h0rs3fa11 commented 3 years ago

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).