I have no idea if someone can help me with this or not but since my programmer is gone for 24hrs, I need to ask someone.
I am seeing the following error in the apache logs;
PHP Warning: mysql_fetch_row() expects parameter 1 to be resource, string given in app.php on line 103
Line 103 is;
$select = mysql_fetch_row($query);