ninedoors Posted July 3, 2008 Share Posted July 3, 2008 I have a page that has an iframe down the right hand side of the page. This is a secured page that a user logs into. In the first lines of code on the page I retrieve the usergroup for the user (this is done before any of the page is loaded). My question is, can I call that variable (call it $usergroup) in the iframe? Thanks Nick Link to comment https://forums.phpfreaks.com/topic/113111-solved-usability-of-php-variables/ Share on other sites More sharing options...
blackcell Posted July 3, 2008 Share Posted July 3, 2008 I think you can since it is inline but why not just make it a session variable? Link to comment https://forums.phpfreaks.com/topic/113111-solved-usability-of-php-variables/#findComment-581054 Share on other sites More sharing options...
ninedoors Posted July 3, 2008 Author Share Posted July 3, 2008 Good idea. Thanks Link to comment https://forums.phpfreaks.com/topic/113111-solved-usability-of-php-variables/#findComment-581058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.