Passing values to PHPRunner |
10/30/2013 6:14:56 AM |
PHPRunner General questions | |
S
slotracer author
Hi all, is it possible to pass values to PHPR ? Currently I have 'hand coded' pages which do the following. |
|
C
|
cgphp 10/30/2013 |
You can access that values in PHPrunner using the superglobal $_SESSION associative array. Check the official PHP manual page http://php.net/manual/en/reserved.variables.session.php |