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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

authentication - Mongodb revoke acccess to connect test database -