All pastes #2075736 Raw Edit

Anonymous

public text v1 · immutable
#2075736 ·published 2011-06-06 20:31 UTC
rendered paste body
<html>
<form method="post" action="3_Select_2.php">

Last name: <input type="text" name="lastname" />

<input type="submit" value="Submit" />
</form> 

<p><b>Insert a new person</b></p>

<form method="post" action="2_Insert.php">
First name: <input type="text" name="firstname" /><br />
Last name: <input type="text" name="lastname" />
Score: <input type="text" name="score" />
<input type="submit" value="Submit" />
</form> 

</html>