if mysql_query() fails, what to do?
Posted
by Wohell
on Stack Overflow
See other posts from Stack Overflow
or by Wohell
Published on 2010-03-10T04:42:21Z
Indexed on
2010/04/10
4:13 UTC
Read the original article
Hit count: 194
Sometimes so happens that mysql_query() fails to INSERT data and I am unaware of it. So, the question is how do I know when it happens?
© Stack Overflow or respective owner