Hello,
I have a simple connect, query and display db rows that needs to be upgraded. Everything was working last week when I was last using my website now I'm getting errors because mySQL is finally dead.
I now have
<?php
$db = new mysqli("$host","$username","$password","$database") or...