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 Quote 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']; ?> Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.