hi guys, i want to know if users email or username already exist on my user table.' here is my code $checkfirst = Tblusers::findFirst(array("uname = '$uname'", "email = '$email'")); i think something wrong with my code.
hi guys, i want to know if users email or username already exist on my user table.' here is my code $checkfirst = Tblusers::findFirst(array("uname = '$uname'", "email = '$email'")); i think something wrong with my code.