Well as i said in a earlier post, I'm making a game.
In the index (login side) you can login by typing the username and password... the code is like this:
<form action="logginn.php" method="post">
Username: <input type="text" name="username" />
Enter your Password: <input type="text" name="password" />
<td colspan=2 align=center><input name="bekreftkrimsubmit" type=submit value="Logg Inn!!"></td>
</form>
And then when i get to the /logginn.php the username is shown..
<?php echo $_POST["username"]; ?></a></span><br>
But when i go on something else like /krim.php the text is gone! I know why, but not how to fix it... Where shall i type form action="krim.php" again and so on?
(Sorry for my english)
Thanks in advance!
~Drac0