Android Login and Registration with PHP, MySQL and SQLite Tutorial (Demo)




Tutorial about android login and registration process using PHP,MySql and Sqlite. Also explained how to build simple API using PHP and MySQL Tutorial Link: …

source


29 responses to “Android Login and Registration with PHP, MySQL and SQLite Tutorial (Demo)”

  1. private JSONParser jsonParser;

    //private static String loginURL = "://10.0.2.2/ah_login_api/";
    //private static String registerURL = "://10.0.2.2/ah_login_api/";

    login URL what does this mean, should I change this too if put my database on my domain.

  2. When I try to access the index.php file in the browser, I get access denied message. Can you tell me how to fix this? I have used my own ip address and a folder I created under htdoc, so [my_ip]/[myfolder]/index.php And got Access Denied 🙁

  3. i tried to apply it with my database …the registration works on the base but not on the emulator : error "invalid username/password" ..also the log file : json error, jsonparser error !!!! help me please i need it for my project!
    thanks..

  4. If you know html just create a registration form with same param names used in android code and try to submit the form to your url. If it working there you can test with mobile as it is easy to debug on web.

  5. Great tut, but Im not using XAMMP or WAMMP Im using a database on a godaddy server..(I know godaddy)

    is not working..perhaps the log in settings are incorrect on my config.php but I've checked…in the meantime Im going to use XAMMP and try to figure it out, but if you have any suggestions it would be great.thnx again

Leave a Reply