I have tryed this but every time i go to post a another score it takes the other one out and replaces ? i just want to keep puting scores in and going to the next page can anyone help ?
<form name="form1" method="post" action="enviar.php">
<p>Name :
<input type="text" size=40 name="name">
</p>
<input type="submit" name="submit" value="Test122323">
</form>
<?
$name=$_POST['name'];
printf("the name is". $name);
?>