Android Login and Registration with PHP MySQL from Server API -Part 1 [Hindi]




In this video, you can learn how to develop Sign up or registration with PHP, MySQL from free hosting server in an android application and get more knowledge, for more details visit my channel…

Original source


49 responses to “Android Login and Registration with PHP MySQL from Server API -Part 1 [Hindi]”

  1. Sir please make one video
    Login Android app using MySQL database & php after login user see the our information in navigation drawer name field and also see the name or photo
    And how to upload image using in registeration form.

    Please reply sir and you also send project my email address is
    khanjunaid046@gmail.com

  2. Hi!! Thank You for such a great tutorial. But I need some help. I'm using 000webhost for my database. I have followed the tutorial as it is but still the database is not getting updated. Also when i run the register.php file on 000webhost it is showing an error in line 8,10 and 12 saying undefined Index.

  3. sir i am using ubuntu and in that i am using my computer as a server and register.php are stored in my "var/www/html" location the only diff is u r using website as a server and i am using my computer as a server and i think the problem is in "HOST" inside register.php file ,i am using HOST"localhost" and u r using define('HOST','mysql.hostinger.in'); when ever i am registering the detail it showing "internet not found" can u plz plz help me i tried HOST"192.168.0.102" but same problem or maybe i have to change inside register.java class like "private static final String REGISTER_URL="http://192.168.0.102/register.php"; thank u

  4. URI url=new URI(REGISTER_URL+s);
    HttpURLConnection con=(HttpURLConnection)url.openConncetion();
    bufferReader=new BufferedReader(new InputStreamReader(con.getInputStream()));
    String result;
    result=bufferReader.readLine();
    return result;

    error in openConnection()
    how can i fix plz help

  5. Your tutorial is good but please help me on hostinger after file manager i a redirected to some ftp filezilla which is not connecting to my server.Please help i am very frustrated because of this

  6. You should give an explanation about what you are writing a code for… you didn't explain the progress dialog part and whatever you did in doInBackground() method.
    Also when i click the signup button, the progress dialog is not appearing and a toast appears "registered" but when i check my sql database, there is no new updation. Im using Filezilla
    Anyways..you are doing an amazing job..keep up the good work sir..!!

  7. Hi, I have received this error message:

    Warning: mysqli_connect(): (HY000/1045): ProxySQL Error: Access denied for user 'id1343278_baskeballapp'@'2a02:4780:bad:f00d::2' (using password: YES) in /storage/h10/278/1343278/public_html/UserRegister/register.php on line 7
    Unable to Connect

    Can anyone please help?

Leave a Reply