php - Redirect with $_POST variable -


How can I redirect to a page and add some information to the $ _POST variable?

I know that with the variable $ _GET, you get the URL as & amp; Var = foo

  session_start (); $ _SESSION = $ _POST;   

Then your post parameters will be available through $ _SESSION.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -