Re: [PHP-DB] Catch Errors

2003-03-30 Thread Leif K-Brooks
www.php.net/mysql-error shaun wrote: Hi, Is it possible to catch the type of error message returned form a mysql_query(); funtion for example if ($error == //duplicate row for table) { echo "This row already exists in the table"; } -- The above message is encrypted with double rot13 enc

RE: [PHP-DB] Catch Errors

2003-03-30 Thread John W. Holmes
> Is it possible to catch the type of error message returned form a > mysql_query(); funtion > > for example > > if ($error == //duplicate row for table) > { > echo "This row already exists in the table"; > } Use mysql_error() and mysql_errno(). ---John W. Holmes... PHP Architect - A month