nitation Posted October 22, 2008 Share Posted October 22, 2008 I am trying to achieve something like this in php http://mail.google.com/mail/?shva=1#inbox I believe GET is what i should be looking at. How do i go about it Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted October 22, 2008 Share Posted October 22, 2008 myget.php <?php echo $_GET['myget']; ?> <a href="myget.php?myget=hello">Send My Get!</a> When you click the link, it will go back to this page, and you should see "hello" That's as simple as it gets. Quote Link to comment 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.