Re: [PHP] Super Gloabals Array

2005-01-10 Thread Rasmus Lerdorf
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

Re: [PHP] Super Gloabals Array

2005-01-10 Thread Richard Lynch
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

Re: [PHP] Super Gloabals Array

2005-01-10 Thread trobi
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

Re: [PHP] Super Gloabals Array

2005-01-10 Thread John Nichel
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

[PHP] Super Gloabals Array

2005-01-10 Thread Elvie Limbo
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. -- PHP General Mailing List (http://www.php.net/) To