Hello,

I have been running PHP 5, MySQL 5.0 and Apache 2.0 on a XP machine. I was working on a project and I was getting a lot of "undefined index" notices so I went into my php.ini file to turn down my error messaging. When I went back to work, I got the dreaded "Fatal error: Call to undefined function mysql_connect() "

I instantly went back and changed my error messaging back (it was the only thing...