Leeder Posted April 3, 2007 Share Posted April 3, 2007 I have two pages, 1 & 2. If 1 contains: <form action="2.php" method="get"> <input type="text" maxlength="10" name="firstfield" /> <br /><br /> <input type="text" maxlength="10" name="secondfield" /> <br /><br /> <input type="submit" value="enter"> And I submit the form, 'firstfield' & 'secondfield' should be sent no problem, with the url being '2.htm?firstfield=enteredvalue&secondfield=anothervalue'. Can I manually type in that url and on 2 echo $_GET['firstfield'] (Or the other fields I used), even though I didn't submit a form? Quote Link to comment https://forums.phpfreaks.com/topic/45416-solved-forms/ Share on other sites More sharing options...
papaface Posted April 3, 2007 Share Posted April 3, 2007 Yes Quote Link to comment https://forums.phpfreaks.com/topic/45416-solved-forms/#findComment-220509 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.