Posted by NC on 12/27/05 23:21
rith...@gmail.com wrote:
>
> Is it possible to set a custom server variable so that it may be used
> in the latter part of a script? Say something like $_SERVER["myvar"] =
> "myvalue", and then be able to use 'myvar' later.
What's wrong with a session variable? Set $_SESSION["myvar"] =
"myvalue",
and use it later.
Cheers,
NC
[Back to original message]
|