Kryllster Posted August 31, 2008 Share Posted August 31, 2008 This is my first time trying to pass parameters in a url here is part of the code and it displays the values in the browser but I cant get them to display in the target page?? /mainview1.php?show=fight_success&gold=1837&diamonds=3&rubies=7 I am trying to print them ie = <?php print($gold); ?> in the target page. Thanks for your time! Quote Link to comment https://forums.phpfreaks.com/topic/122100-solved-problem-with-parameters/ Share on other sites More sharing options...
.josh Posted August 31, 2008 Share Posted August 31, 2008 print($_GET['gold']) Quote Link to comment https://forums.phpfreaks.com/topic/122100-solved-problem-with-parameters/#findComment-630380 Share on other sites More sharing options...
Kryllster Posted August 31, 2008 Author Share Posted August 31, 2008 Thanks for the reply topic solved and something new to add to what I can do with Php! Quote Link to comment https://forums.phpfreaks.com/topic/122100-solved-problem-with-parameters/#findComment-630393 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.