Hi,
I need to have one php fils which forwards all requests to other php files. I forward to other php files using header tag.
But when the second php file which receives the request does not receive post data.
When I try to access post data using $_POST[] , it gives an error.
Is there a way in php that I can forward requests to other phps with post data.
Thanking You,
Chamal.