Posted by Vince Morgan on 04/12/07 10:37
"PEF" <xx@xx.xx> wrote in message
news:461e0855$0$862$edfadb0f@dread12.news.tele.dk...
> Hi,
>
> I need to run an asp-script on a foreign site, without running it from a
> browser, to receive some post-vars.
>
> I need to loop the data based on a order number.
>
> In asp one will use XMLHTTPobj, but what is the equivalent phpobj/code?
>
> Thanks
>
> Regards
> Peter Falk
The xmlHttpObj runs on the client. PHP runs on the server.
You can't run PHP on a browser, that's the xmlHttpObj's place.
Your question is a little ambiguous.
Vince
[Back to original message]
|