Posted by Garry Jones on 10/09/06 18:13
Elsewhere on a form page I am declaring a variable
*******************************
session_start();
$_SESSION['testvar'] = "sometext";
At the top of the page that will process the form code I have this line.
session_start();
$testppp=$_SESSION['testvar'];
echo $testppp;
*******************************
But nothing is echoed. What am I missing?
Garry Jones
Sweden
Navigation:
[Reply to this message]
|