isaac_cm Posted October 8, 2009 Share Posted October 8, 2009 Hello, can any one give me an example how to use $_SESSION to pass variable value in IFRAME to main page ? Thanks Link to comment https://forums.phpfreaks.com/topic/176910-using-_session-to-pass-value-in-iframe/ Share on other sites More sharing options...
sKunKbad Posted October 8, 2009 Share Posted October 8, 2009 Unless the main page has some ajax type javascript that is checking a database for changes made by the iframe, I really don't think there is another way. $_SESSION requires a page reload, or at least a request. Link to comment https://forums.phpfreaks.com/topic/176910-using-_session-to-pass-value-in-iframe/#findComment-932779 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.