I have literally been banging my head on my keyboard out of frustration. I'm trying to display PHP sessions as values in my php form, but it's not going so well. here's what I have:
php.ini is setup correctly and sessions are showing when I run
<?php session_start();
Print_r ($_SESSION);
?>
Help would be appreciated thanks :D
3
Contributors
4
Replies
4 Days
Discussion Span
1 Year Ago
Last Updated
5
Views
Related Article:PHP Sessions Problem :(
is a PHP discussion thread by begueradj that has 1 reply, was last updated 1 year ago and has been tagged with the keywords: php, sessions.