need help with login and create account system
hey i need some help with a website im making and i want to make a part where you can make a account but i dont know how to code that can someone send me code for that
in HTML please
Voters
CosmicBear
You can't do that in just HTML. HTML is a front-end language. For an account system you need to code a back-end.
ToxicRocker182
@CosmicBear You can but it will not save users.
CosmicBear
@ToxicRocker182 but that's the entire point of accounts. also this thread is from 5 months ago why are you replying now and how did you come across this.
ToxicRocker182
@CosmicBear My friend...
You can't really make a login system without something for the backend to handle the requests. Maybe try flask: https://replit.com/@InvisibleOne/Flask-Login-Example#main.py it's probably the easiest if you know python. If you are more comfortable with JavaScript I'm sure you can do it with Node.js and Express