User SignUp and SignIn process through mysql. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

User SignUp and SignIn process through mysql.

Suppose we create a table after that if user wants to insert the data he has to sign up first to insert data and after saving a data if he wants to view all data he have to sign in first. So, I want the code of sign in and sign up process in mysql.

11th Jul 2019, 6:15 AM
Anubhav A
Anubhav A - avatar
3 Answers
+ 3
first when user want to sign. search the table. SELECT * FROM `user` if the return no result then procees to sign up. INSERT INTO `user` if the password isnt match, notify the user if everything is fine, show all the data. SELECT * FROM `data`
11th Jul 2019, 7:21 AM
Taste
Taste - avatar
0
I'm new in database programming can you post some code.
11th Jul 2019, 12:29 PM
Anubhav A
Anubhav A - avatar
0
you cant use mysql as programming language. it simply a database, not a language. i already shown all sql query that you'll needed you'll need other programming language to do that.
11th Jul 2019, 12:44 PM
Taste
Taste - avatar