Relative Content

Tag Archive for phpandroidmysql

Android Studio XAMPP PHP MYSQL password and username verification problem

I have some code from my android studio project, i am using the latest xampp with mysql and apache, i have php code to speak to query the database.
problem:
i am trying verify the username and password, yet the code is echoing back wrong username or password, so far i worked out the username and password is definitely getting passed, the php code is connected to the database and has access to the table as i have put in table names that arent there and it tells me so.