ksduded Posted April 7, 2008 Share Posted April 7, 2008 I am trying to use the &_GET('y') to get 2009 from the url to use as a variable but can't seem to get anywhere. What is the best possible way to extract the variables from the url. thanks Link to comment https://forums.phpfreaks.com/topic/100035-solved-how-to-use-the-y-variable-in-a-url-httpfilephpy2009/ Share on other sites More sharing options...
KevinM1 Posted April 7, 2008 Share Posted April 7, 2008 I am trying to use the &_GET('y') to get 2009 from the url to use as a variable but can't seem to get anywhere. What is the best possible way to extract the variables from the url. thanks <?php $yData = $_GET['y']; ?> Link to comment https://forums.phpfreaks.com/topic/100035-solved-how-to-use-the-y-variable-in-a-url-httpfilephpy2009/#findComment-511537 Share on other sites More sharing options...
ksduded Posted April 8, 2008 Author Share Posted April 8, 2008 ok that was easy. I was trying that but probably had a syntax error. thanks for answering Link to comment https://forums.phpfreaks.com/topic/100035-solved-how-to-use-the-y-variable-in-a-url-httpfilephpy2009/#findComment-511996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.