0
Html code
I have a website like a social media. I want members have a privilege for writing to website by signing up. How can I make a sign up and log in box for my website? Is there anyone who can help?
3 Answers
+ 1
They will see a login box but it's not functional to login.
+ 2
You need to use PHP and MySQL with your HTML. HTML box itself is <input type="text" name="username"></input> for username and <input type="password" name="password"></input> for password.
0
if I apply this code, will a writing box be available for the members who log in?