PHP - Pass POST variables with header()?

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-03-15T12:58:05Z Indexed on 2010/03/15 12:59 UTC
Read the original article Hit count: 225

Filed under:
|
|
|

Hi,

I'm trying to use the header() function to create a redirect. I would like to display an error message. Currently I'm sending the message as a parameter through the URL, however this makes it look quite ugly.

Is there a way to pass this value as a post variable instead?

Any advice appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about header