malikah Posted September 2, 2009 Share Posted September 2, 2009 I'm trying to link to a page that takes its own parameter and then checks that parameter to open another page which also has its own parameters: href='blah.php?page=view.php?a=apple&b=ball&c=car' And of course this isn't working - any ideas how I can get this to work? Cheers. Quote Link to comment https://forums.phpfreaks.com/topic/172858-solved-url-with-parameter-of-url-parameters/ Share on other sites More sharing options...
mikesta707 Posted September 2, 2009 Share Posted September 2, 2009 you should be able to just set the get variables normally and your view.php page should be able to access them. so href='blah.php?page=view.php&a=apple&b=ball&c=car' Quote Link to comment https://forums.phpfreaks.com/topic/172858-solved-url-with-parameter-of-url-parameters/#findComment-911051 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.