Reply to thread

Hello, I am making a simple game with Javascript. The first page you see let's you choose a name.. Here is the code:


<form action="fuzzy.php?check" method="post">


Choose a name for your character: <input type="text" name="name" /><br />

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

   

</form>


So it echo's correctly on fuzzy's.php. But on Fuzzy's.php there is something you click which load's a new page. How would I make it so the name you chose on the first page also goes on to the page that load's on Fuzzy's.php?


Thanks, Liam


Back
Top