From:             john dot winstanley at angelsolutions dot co dot uk
Operating system: Any
PHP version:      4.3.2
PHP Bug Type:     Feature/Change Request
Bug description:  Use post instead of get for header("Location:") 

I'd like to be able to process a client request on one page and then pass
that request along with information to another page using POST. 

At the moment all I can do is forward the request by using GET and the
header("Location: someurl?attribute=4"); function.

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

Reply via email to