Html help

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? -->
Code:
<html>
<body>

<form action="">
First name: 
<input type="text" name="firstname">
<br>
Last name: 
<input type="text" name="lastname">
</form>

</body>
</html>
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)
 
If it's alcholic anyonymous you might want to skip on the parental controls, no logging, no usernames... no registration info submitted...
 
All that must be written with a server side script.

PHP is the best for that. I'm still learning PHP so I can't really help you right now...:S on webmaster-talk.com you'll get your answer.
 
Well I just want a small page that allows for people to submit information:


Your name:
Person banned:
Time Banned:
Date:



I want that to be submitted to me so I can later see it.


IF that fits to what you said :D Then Ill try waiting lol
 
Back
Top