Little error in my PHP code I can't for the life of me figure out.
Anyone out there know how to solve it??
Heres the error:
Here's the code
$db = mysqli_connect("localhost", "USER", "PASS", "DB") or die("Database Unavailable");
$query = "SELECT id, text, datetime, ipaddress, user FROM...