get_user_by not returning any users.
-
Hey, I’ve been working on some PHP for a C# app I’m working on. The app has the user type in their username and password and then queries the server to see if they have permissions to do stuff. I got the C# part to work, and the PHP works… sort of. It won’t find users. I’ve tried get_user_by(‘login’, $username), username_exists($username), and even SQL queries, but it’s not working. Hopefully you can help me out. This is what I’ve got (couldn’t get code to work here):
- The topic ‘get_user_by not returning any users.’ is closed to new replies.