Posted by Rasmus Lerdorf on 10/20/86 11:05
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
[Back to original message]
|