Skip to content

Instantly share code, notes, and snippets.

@alpham
Created November 20, 2012 21:02
Show Gist options
  • Save alpham/4121094 to your computer and use it in GitHub Desktop.
Save alpham/4121094 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Add new member</title>
</head>
<body>
<form action="add.php" method="post">
user id : <input type="text" name="id" value="Enter the ID here" size="20" /><br />
bonus points : <input type="text" class="text" name="points" value="0" size="3" /><br />
<input type="submit" value="OK" /> <input type="reset" value="Reset" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment