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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.