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! 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']) 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! Link to comment https://forums.phpfreaks.com/topic/122100-solved-problem-with-parameters/#findComment-630393 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.