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 !!!
PS: AND I DONT WANT TO USE SESSION... I want to send POST request along with header in formation.