Quote:
Originally Posted by John
1) mysql_error() does not expect an argument [Jordan's fault]
PHP Code:
mysql_error($connection)
After removing $connection, I was then able to see an error:
|
The argument is optional and should be the MySQL resource Link ID:
PHP Code:
string mysql_error ([ resource $link_identifier ] )
PHP: mysql_error - Manual