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?

7th Dec 2017, 4:43 PM
Enes Aydos
Enes Aydos - avatar
3 Answers
+ 1
They will see a login box but it's not functional to login.
7th Dec 2017, 5:09 PM
Kā‚¬V
Kā‚¬V - avatar
+ 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.
7th Dec 2017, 5:02 PM
Kā‚¬V
Kā‚¬V - avatar
0
if I apply this code, will a writing box be available for the members who log in?
7th Dec 2017, 5:08 PM
Enes Aydos
Enes Aydos - avatar