John W. Holmes <mailto:[EMAIL PROTECTED]>
    on Monday, August 25, 2003 5:37 PM said:

> You should use mysql_error() to ensure your query did not fail for any
> reason. Assuming the query was successful, you can use
> mysql_affected_rows() to see if it actually had any impact on the
> database, i.e. the row was inserted.

Hey good idea. I'll do some experiment'n.


Chris.

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

Reply via email to