wejofost Posted April 12, 2008 Share Posted April 12, 2008 Just got PHP sessions working and getting results but unable to display the session data results in an existing HTML table. I can display it else where ( using echo etc ). How do I make the PHP session data visible in an existing HTML table? Link to comment https://forums.phpfreaks.com/topic/100770-displaying-session-data-in-an-html-table/ Share on other sites More sharing options...
marklarah Posted April 12, 2008 Share Posted April 12, 2008 echo $_SESSION['foo']; Link to comment https://forums.phpfreaks.com/topic/100770-displaying-session-data-in-an-html-table/#findComment-515400 Share on other sites More sharing options...
wejofost Posted April 12, 2008 Author Share Posted April 12, 2008 O.K. It works for me. Thank you. I was trying to be too sophisticated and ......... I'll stop trying to explain my stupidity. Link to comment https://forums.phpfreaks.com/topic/100770-displaying-session-data-in-an-html-table/#findComment-515414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.