ASP programmer going PHP.
I just got a new web host and all they support is PHP. I am going to learn PHP, but I need a quick script to help me with something and was wondering if one of you could help me out.
What I want to do is submit a form to a php script and redirect the contents to another page to acutally handle the data that is sent through the form post.
Example:
abc.htm --POST--> script.php --redirect post--> SomeSite
SomeSite will actually process the form data for me....
Now in the IIS/ASP world I would be able to use server.transfer to do this. How would I do this in PHP?
Thanks for your help.
Kevin Blakeley


