+ 2
How to create a login page which can store user details such as User name , Login time and Log out time ??
4 Answers
+ 12
//first finish lessons here (of both java and sql)
then try database connectivity
https://www.sololearn.com/Course/Java/?ref=app
https://www.sololearn.com/Course/SQL/?ref=app
+ 10
do u want to do this through java ,
in that case u will need java (gui) IDE ... u can use Java (gui) through netbeans ...i personally use it
note::: u can use MySQL with java (database connectivity) ... so that values u eter in login form made in java ... gets stored as records in table in databse by MySQL ... u can modify , delete , add records too
//best of luck đ
+ 1
I don't know Java and MySQL..
Do u have any video tutorials about learning both the languages please...
+ 1
okay