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: 244
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