Anonymous
public text v1 · immutable<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>