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";
}



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to