How to display all session variables |
[eluser]edjon2000[/eluser]
Hi fserrano, all you need to do is modify your code slightly, instead of Code: echo "<pre>"; Code: echo "<pre>"; print_r is a command so doesn't need to be echoed. another thing you can try if you need to identify data types as well, is Code: echo "<pre>"; here is a link with further information http://php.net/manual/en/function.print-r.php Hope this helps you Jon |
Messages In This Thread |
How to display all session variables - by El Forum - 01-14-2011, 09:01 AM
How to display all session variables - by El Forum - 01-14-2011, 09:12 AM
How to display all session variables - by El Forum - 01-14-2011, 09:21 AM
How to display all session variables - by El Forum - 01-14-2011, 09:30 AM
How to display all session variables - by El Forum - 01-14-2011, 10:31 AM
How to display all session variables - by El Forum - 01-14-2011, 11:50 AM
How to display all session variables - by El Forum - 01-14-2011, 12:03 PM
How to display all session variables - by El Forum - 01-14-2011, 12:58 PM
How to display all session variables - by El Forum - 01-14-2011, 03:47 PM
How to display all session variables - by El Forum - 01-14-2011, 03:51 PM
|