Try to see if show a error in sql
PHP Code:
public IgnoreHandle( FailState, Handle:Query, Error[ ], Errcode, Data[ ], DataSize )
{
if(FailState)
{
server_print(Error);
}
SQL_FreeHandle( Query )
}
but, ID in formatex function is a string or a integer value?
__________________