--- In [email protected], Wade Smart <[EMAIL PROTECTED]> wrote: > > 02112007 0727 GMT-6 > > <?php > ini_set('display_errors', 1); > error_reporting(E_ALL); > > Drop that in when doing developing. It will show you errors.
Thanks, that showed me something else going on: Fatal error: Call to undefined function mysql_connect() in C:\wamp\www\tgs-answers.php on line 25 This is the line that generates the error: mysql_connect(localhost,$username,$password); Now, I know this function works because I use it on a remote server.
