Ok, so you want me to remove just the connection? Lemme try that.
I commented out
Code:
mysql_connect('localhost', $username, $password) or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db($database) or die( "Unable to select database");
And I still get the same thing.