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