ok, the problem comes with the error reporting, i know that. Here is some code from the php.ini
It was originally 'error_reporting = E_ALL', but i changed it to what you see now. The problem is, it still returns the Undefined variables errors (
http://john.is-a-geek.org/jvs/). Next i chose to change error_reporting to null or nothing, and as you would expect, i recieved no errors, when i say no errors, i mean ones that i would want to see (like a mysql_fetch_array error).
Help is appreciated.