Posted by Peter Wilson on 09/25/05 10:55
Many thanks
that now works.
In article <31sbj1phihuvjvrdbhslaou2t84metfj9m@4ax.com>, Geoff Berrow
<blthecat@ckdog.co.uk> writes
>I noticed that Message-ID: <Gla2yUA2LeNDFwcV@zen.co.uk> from Peter
>Wilson contained the following:
>
>>session_start();
>>session_unregister($_SESSION['prerelase']);
>>unset($prerelase);
>
>It's a lot easier than you think
>session_start();
>$_SESSION['prerelase']="y";
>echo $_SESSION['prerelase'];
>unset $_SESSION['prerelase'];
>
Peter
Motto "A smile aday keeps the blues away"
http://www.sci-comm.clara.net/
Navigation:
[Reply to this message]
|