From:             jeremyirons at genevus dot com
Operating system: Windows 2k
PHP version:      4.3.2
PHP Bug Type:     Feature/Change Request
Bug description:  $_POST_GET; merge the two and superglobal it

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 bug report at http://bugs.php.net/?id=24272&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24272&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24272&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24272&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24272&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24272&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24272&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24272&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24272&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24272&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24272&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24272&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24272&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24272&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24272&r=gnused

Reply via email to