Posted by Oli Filth on 09/14/05 19:41
Steve said the following on 14/09/2005 16:12:
>>Once my PHP script has run - is there anyway that I can pass control
>>over the the asp script?
>
>
> Provided there is no output from the PHP script before handover:
>
> header( "http://www.example.com/myscript.asp" );
^
^
header("Location: http://www.example.com/myscript.asp");
=========
--
Oli
Navigation:
[Reply to this message]
|