View Single Post
  #3  
Old 04-18-2007, 09:09 PM
prodigy prodigy is offline
Private First Class
 
Join Date: Apr 2007
Posts: 8
Default Re: registration database

hi im a webmaster along with unown123

this is the code we uploaded to our site:
Quote:
<html>
<body>

<form action="">
Username:
<input type="text" name="firstname">
<br>
Email:
<input type="text" email="email address">
<br>
Password:
<input type="text" password="password">
<br>
Repeat Password:
<input type="text" password="password">
<br>
Choose Gender?
<br>
<form>
<input type="radio" name="sex" value="male"> Male
<br>
<input type="radio" name="sex" value="female"> Female
</form>

</body>
</html>
unown123 did this in notepad, saved it as registration database.html

then he uploaded it to our site's file manager
but it doesnt show up on our site


were planinng to make a site where u can walk around with a click of a button and an rpg experience
along with ur inventory database, and so on


is that good?

p.s. we use byethost
Reply With Quote