Warriorhazzard
New Member
I would like to make something like...well lets say to input information on an html website.
I want to make so that other people can just go onto the part of the site and type in the name of something, choose the lenght of the ban and submit it to me.
How can I do that?
Is it something like this? -->
I want it to maybe make a notepad file or something so I can then open it.
I also wanted to make a website with a log in. Kind of like forums, but on the website where you can log in and just maybe look at their personalized view.
IE.
For members - Moderators - Admins
(Website is for AA)
I want to make so that other people can just go onto the part of the site and type in the name of something, choose the lenght of the ban and submit it to me.
How can I do that?
Is it something like this? -->
Code:
<html>
<body>
<form action="">
First name:
<input type="text" name="firstname">
<br>
Last name:
<input type="text" name="lastname">
</form>
</body>
</html>
I also wanted to make a website with a log in. Kind of like forums, but on the website where you can log in and just maybe look at their personalized view.
IE.
For members - Moderators - Admins
(Website is for AA)