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