Hi,
When I use the following statement:
$objResult = mysql_query($strQuery, $resConnectionId) or die("mysql_errno = " . mysql_errno() . "<br />mysql_error = " . mysql_error());
and there is definitely an error e.g. duplicate insert, mysql_no and mysql_error return nothing. I need to be able to do things based on the value of mysql_errno.
Could anyone suggest what could cause this?
DebbieLeigh