Redirecting with POST data

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
rahul.pache
Forum Newbie
Posts: 9
Joined: Thu Apr 10, 2008 4:07 am

Redirecting with POST data

Post by rahul.pache »

Hello !!!
Happy new year (this is my fst post after new year 2009)
When I tried to redirect my page to a new location I came to know that no POST data is sent while redirecting.

So my question is:
While redirecting a page to a new location using header("Location: newpage.php"); I want to send POST Data. Is there any method to do it ?

Have a nice day !!! :D

PS: AND I DONT WANT TO USE SESSION... I want to send POST request along with header in formation.
Last edited by rahul.pache on Mon Jan 26, 2009 11:54 am, edited 1 time in total.
mattpointblank
Forum Contributor
Posts: 304
Joined: Tue Dec 23, 2008 6:29 am

Re: Redirecting with POST data

Post by mattpointblank »

Post Reply