cjkeane Posted March 4, 2011 Share Posted March 4, 2011 i need to pass the id called id from the maim page to an iframe, but it failes to send. i'm wondering if anyone knows why it fails. <iframe src="details.php?ID=<?php echo $ID; ?>" width="700px" height="150px"> </iframe> Quote Link to comment https://forums.phpfreaks.com/topic/229546-passing-variable-id-to-iframe/ Share on other sites More sharing options...
cunoodle2 Posted March 4, 2011 Share Posted March 4, 2011 What is/isn't the iFrame doing that you expect it to do/not do? What is your output/what do you EXPECT the output to be?? Quote Link to comment https://forums.phpfreaks.com/topic/229546-passing-variable-id-to-iframe/#findComment-1182657 Share on other sites More sharing options...
Muddy_Funster Posted March 4, 2011 Share Posted March 4, 2011 Are you using GET or POST on details.php? and... What is/isn't the iFrame doing that you expect it to do/not do? What is your output/what do you EXPECT the output to be?? +1 Thow us a bone here! Quote Link to comment https://forums.phpfreaks.com/topic/229546-passing-variable-id-to-iframe/#findComment-1182671 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.