Keilbritschn Posted October 29, 2013 Share Posted October 29, 2013 Hey Guys, i have a little Problem. I dont know why, but i cant use the MTA-MySQl Modul. I installed it but doesnt work. So i tried to use the already included mysql functions. i connected with my MySQl Server via dbConnect but i want to check a string. I want to check the string password, if its the same with the one in my database, but how? Link to comment
Tete omar Posted October 29, 2013 Share Posted October 29, 2013 Use the SELECT sql syntax. Link to comment
Keilbritschn Posted October 29, 2013 Author Share Posted October 29, 2013 do you mean something like dbQuery(handler, "SELECT * FROM phpbb_users WHERE `username` = ?", username) Link to comment
Tete omar Posted October 29, 2013 Share Posted October 29, 2013 yep, but use dbPoll and check if the length of the table that dbPoll resulted is more than 0. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now