Registration Form

Status
Not open for further replies.

joebx902004

Baseband Member
Messages
95
Hey, I have a counter-strike clan and my website is mushroomconnection.com I want to have a page for registration to join the clan so i don't have to update the site every time.

How would i go about making a registration form that will look some wat like this

Registration

Desired Name
(Must ad M|(NAME|C to the name and put it on the roster page.

(BOX)

Aim Handle (Must automatically make an I/m picture next to there name.)

(BOX)

Submit

(Really Really Really rough layout.
 
Html & Asp

You can use HTML with ASP ... Through the HTML you should create the layout you want, and then use ASP to link to a database were you should store all the details about the person just registered. I would also sugest the use of Cookies, these are very easy to make with ASP!

you should try to find examples from the w3C schools website
http://www.w3schools.com/

or else try to download some examples from one of these websites that offer source code for free!
 
What does your server offer? PHP? ASP? Any Database? You can use both PHP & ASP to directly alter a file, such as "add" a user, but if you ever want to be able to sort it easily/in different orders, a database would come in quite handy!
 
Status
Not open for further replies.
Back
Top Bottom