hamishrock Posted December 1, 2006 Share Posted December 1, 2006 Newby question.... How do I access a url variable in the next page ie using www.mysite/mypage.php?r=1How do i get the r out.ie <php?echo $r;?> Link to comment https://forums.phpfreaks.com/topic/29096-url-variable/ Share on other sites More sharing options...
hamishrock Posted December 1, 2006 Author Share Posted December 1, 2006 The answer is<?php echo $_GET['r'];?> Link to comment https://forums.phpfreaks.com/topic/29096-url-variable/#findComment-133347 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.