Date:  12/22/2009 11:47:19 AM Msg ID:  004088
From:  FoxWeb Support Thread:  004085
Subject:  Re: transfer to PHP script from FWX
HTTP redirects are possible, regardless of which framework is used on the server. All you need to do is use the appropriate framework API call to generate an HTTP 3xx header.
 
In FoxWeb scripts you can do so with the Response.Redirect method. I am not too familiar with PHP, but I believe you need to use the header function.
FoxWeb Support Team
support@foxweb.com email
Sent by Joe Goldsmiith on 12/21/2009 10:01:37 PM:
 Hello. Is it possible to redirect to a PHP script from and FWX script?
 
Basically, we are using a company who does electronic signatures and after I get user information and validate the user I need to transfer/redirect the user to a PHP script to make APA calls to the electronic signature company to get a document signed.
 
Joe