redirection using header function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gaagaagui
Forum Newbie
Posts: 7
Joined: Fri Dec 27, 2002 6:04 pm
Location: Crown Point, IN USA

redirection using header function

Post by gaagaagui »

Is it possible to use the header function to redirect with the method=post message begin sent. I am trying to hide variables in the url of the browser after redirecting and the default for redirection using the header function is GET. Thanks for any help on this one.
John
User avatar
releasedj
Forum Contributor
Posts: 105
Joined: Tue Jun 17, 2003 6:35 am

Post by releasedj »

AFAIK this isn't possible. I think the only way would be to auto-submit an HTML form.
Post Reply