Elvie Limbo wrote:
Is it possible to put information into $_REQUEST super global array with
using POST or GET?
My problem is that I need information to be available globally but I don't
want to use a form to do it.
Any pointers would be greatly appreciated.
No. Use $GLOBALS instead.
-Rasmus
Elvie Limbo wrote:
> Is it possible to put information into $_REQUEST super global array with
> using POST or GET?
> My problem is that I need information to be available globally but I don't
> want to use a form to do it.
> Any pointers would be greatly appreciated.
E. Yeah, I guess...
$_RE
Elvie Limbo wrote / napĂsal (a):
Is it possible to put information into $_REQUEST super global array with
using POST or GET?
My problem is that I need information to be available globally but I don't
want to use a form to do it.
Any pointers would be greatly appreciated.
use sessions or
Elvie Limbo wrote:
Is it possible to put information into $_REQUEST super global array with
using POST or GET?
My problem is that I need information to be available globally but I don't
want to use a form to do it.
Any pointers would be greatly appreciated.
$_SESSION ? It won't be in the _R
4 matches
Mail list logo