

leeleemct wrote:Very simple, can it be to do with the URL?

danijelfosters wrote:I have no idea, why would U like to change the path to the page, the page is on the server, that means it's pernamently there, more or less.
U' re looking at the right line, so think what the whole form does
- Code: Select all
<form action="/missions/basic/template.php" method="get">
<input type="hidden" name="lvl" value="3">
<input type="hidden" name="file" value="missions/basic/lvl/3password.php">
<input type="password" name="pass"><br /><br />
<input type="submit" value="submit"></form>
Well I got different kind of a problem, it's an easy mission, finding password is simple, but when I copy the password in or type it and then click SUBMIT, well nothing happened, like the page just reloaded! Any sugestions?
<form action="/missions/basic/3/index.php" method="post">
<input type="hidden" name="file" value="password.php">
<input type="password" name="password"><br /><br />
<input type="submit" value="submit"></form>






Users browsing this forum: No registered users and 0 guests