I need to send form variables from a html form through one PHP to a different PHP offsite. Essentially, I need a funtion similar to .NET's Server.Transfer. Form --> php1.php --> other.php I can't ...