Welcome Guest, Not a member yet? Register   Sign In
callback not working
#3

[eluser]mironcho[/eluser]
According to your query, there is no need of additional comparison. Just check if there are some returned rows in the result:
Code:
if ($query->num_rows() > 0)
{
   // username exists, put your FALSE code here
}


Messages In This Thread
callback not working - by El Forum - 07-05-2008, 10:11 PM
callback not working - by El Forum - 07-06-2008, 12:37 AM
callback not working - by El Forum - 07-06-2008, 02:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB