HTTP POST requests in PHP

MrAnToN

New Member
How do you go about redirecting a browser and sending a HTTP POST request in PHP? A \[code\]header("Location: file.php?foo=bar")\[/code\] of HTTP POST requests, if you will.
 
Back
Top