+ 2
I want to make a login and registration form
I want to store the registration details so that user should not login again and again . is there any way of doing so without using database .
3 Antworten
+ 7
for python, this should help you...
https://stackoverflow.com/questions/25354654/how-to-make-a-simple-login-without-a-database-and-without-a-form
+ 6
not sure if you mean, using python but.... here..
https://stackoverflow.com/questions/33586351/store-data-on-a-web-page-without-a-database-using-html-javascript
+ 2
you will need to create the form with HTML and get the information with PHP