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. 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' 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
Archived
This topic is now archived and is closed to further replies.