16 May
2006
16 May
'06
11:56 p.m.
* and then Khalid B declared....
Use session data.
To store something use:
$_SESSION['foo'] = $bar;
To get it back use:
$baz = $_SESSION['foo'];
That is it.
Thanks. Will the data not be lost when the browser is closed? -- Nick Wilson http://performancing.com/user/1