0
Writing registration page and log in page with Javascript
Please guys I need help on how to write a registration page and log in page with Javascript and also link it to the profile page. Thanks in advance.
6 ответов
+ 3
Do you know how to use some database? Because adequate security is important with SQL, and of course all coding.
What is this registration and log-in for? If you don't know enough HTML and JavaScript to know how to create the fields or link a page yet, by trying to create user registration might be skipping over a few key steps.
0
I have written the HTML and CSS already. The registration page and log in page are for users to log in and register. And I have adequate knowledge of SQL. But I feel something is miss
0
That's the problem. I don't want to use PHP. I want to use Javascript
0
Thanks. Man
- 1
You need PHP. Go to take PHP course.
- 1
Then you need Nodejs (Javascript that run from backend). Javascript is frontend application cannot allow to perform backend authentication function.