Wyattexplorer10
@WyattCodes
I don't have a repl for this, but I want to know, what is a simple way to make a sign in/up system? Or is it very hard.
EDIT: By 'HTML' I'm also inclu
RYANTADIPARTHI Static
You can make a static login, and signup in HTML, but without doing anything. Like.
And so on. But if you want real functionality, you have to use js, or something.2 years ago
RohilPatel To make the view, u probably know how.
To make the sign in system you need to write to the database
hope this is nice and simple. thanks!2 years ago
xxpertHacker HTML is not a programming language. It ends there, it's a markup language, so you can't do stuff like this in it.
You need a persistent, centralized, storage mechanism, like a hardware disk, so you'll need a server.
You can use whatever language you want, but it can't be HTML.2 years ago