ID:               24272
 Updated by:       [EMAIL PROTECTED]
-Summary:          $_POST_GET; merge the two and superglobal it
 Reported By:      jeremyirons at genevus dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Feature/Change Request
-Operating System: Windows 2k
+Operating System: Solaris 8 & 9
 PHP Version:      4.3.2
 New Comment:

Try $_REQUEST .. (merges POST, GET and COOKIE).


Previous Comments:
------------------------------------------------------------------------

[2003-06-20 15:04:14] jeremyirons at genevus dot com

Description:
------------
I often merge $_POST and $_GET together especially when coding UI that
have Next/Back interfaces; most of the time my variables get passed via
POST, but in some instances it may be GET.  Still I want to access my
variables easily from the same place without registering globals

So what I did was merge $_POST and $_GET into $_POST_GET, but then I
have to global it in my functions.

So it would be nice to have a merge of $_POST and $_GET as a
superglobal

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24272&edit=1

Reply via email to