Jason Wong <mailto:[EMAIL PROTECTED]> on Thursday, January 22, 2004 8:49 PM said:
> The if-clause will never be evaluated because if there had been an > error your program would have dieded on the previous line. Heh.. yeah I thought about that as I was examining the code for this post. But thanks for confirming. > I'm sure if php tells you it's invalid you can bet your *** it's > invalid! Check for errors and report with mysql_error() after _each_ > and _every_ call to the mysql_* functions. All of what you say makes sense. Hopefully your suggestion will help me find the problem! Thanks, Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

