Usually the blank page indicates a PHP error. You can check /var/log/apache2/error.log for more information:
mysqli may not be installed, so check that. Also try the following:
And `steve` needs to be in quotes, or needs $steve.
Code:
tail /var/log/apache2/error.logCode:
ini_set("display_errors","on");error_reporting(E_ALL);mysqli_report(MYSQLI_REPORT_ERROR|MYSQLI_REPORT_STRICT);try { $con=mysqli_connect("localhost","steve","testpassword","test");} catch(Exception $e){ var_dump($e);}And `steve` needs to be in quotes, or needs $steve.
Statistics: Posted by valkyrie44 — Tue May 19, 2026 3:21 pm











