Login & SignUp – MySQL + PHP Tutorial – Part 1




Next part : http://youtu.be/wa_NgqcfvCw Previously, we have learned how to create a login and signup interface using SQLite database. But, SQLite database is …

Original source


15 responses to “Login & SignUp – MySQL + PHP Tutorial – Part 1”

  1. Hi :)Your tutorials have really helped me ….Thank you for being explanative :)I have been facing this error when I click on Enter phpMyAdmin  :#1045 – Access denied for user 'a6588789_na'@'localhost' (using password: YES)  I have many times to use the password I have set but it doesn't work. I even tired creating the database again still the same issue. Can you help me out?Please reply ASAP as I have an assignment submission 🙁

  2. Believe me your videos are awesome and fantastic.Waiting for the next part to clear my concepts about XML and JSON parsing. It will be great if you will add "Update" functionality as well where user can go and edit its profile info.
    What if after successful login i want to show user profile his name and all, if you will add this also – it'll be great. Anyways nice work waiting for your next video 🙂

  3. Previously, we have learned how to create a login and signup interface using SQLite database. But, SQLite database is suitable for storing small data since it stores data on android device locally.

    If you need a big database and you want to store a lot of data in it then MySQL database should be used. 

    Previous tutorials : 
    1) How to create login form – https://youtu.be/x6jQAaLz1O8
    2) How to create Signup form – https://youtu.be/o6gQ-oYn1aY
    3) Animation & Transition Tutorial – https://youtu.be/eXQAkacyJjQ
    4) How to check SQLite database values – https://youtu.be/w_SWdnE4pPI

    #android   #androiddev   #developer   #tutorial   #mysql   #database   #php  

Leave a Reply