Posted: Mon Aug 08, 2005 9:04 am
Not to sound patronizing but where did you put it? After the mysql_fetch_assoc() call?
I'd suggest changing the mysql_query() call to have "or die(mysql_error())" inserted between the closing paren in the call and the semicolon.
I'd suggest changing the mysql_query() call to have "or die(mysql_error())" inserted between the closing paren in the call and the semicolon.