27.08.2014, 22:51
Wrong.
Use
Instead of
Use
pawn Код:
if(mysql_errno() == 0) // If it is EQUAL to 0, then there is no error
{
pawn Код:
if(mysql_errno() != 0)
{