php - I am not able to show session variables as parameters in iframe Drupal 7 -


i trying values session variables while passing parameters iframe not able value saved in session mail variable .i using drupal 7 iframe module. here code.....

      <iframe id="if1" width="100%" height="254" style="visibility:visible"       src="http://www.w3schools.com/?mail=<?php echo $_session['mail']; ?>" >       </iframe> 


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -