A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by RobertGonzalez » Sat Apr 26, 2008 11:45 pm
Code: Select all
<?php session_start(); echo '<pre>', print_r($_SESSION, 1), '</pre>'; ?>
Return to “PHP - Code”