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? 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 Link to comment https://forums.phpfreaks.com/topic/45416-solved-forms/#findComment-220509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.