|
Posted by Edward Hass on 01/01/08 21:37
"Edward Hass" <newsacct1@magiciandb.com> wrote in message
news:2GUdj.606$yv5.235@trndny07...
> Is there a PHP equivalent to the JavaScript XMLHttpRequest function:
> ......
> myrequest.open('POST', url, true);
> .......
> myrequest.send(data);
>
> In other words, I'd like to get data from another web page that needs to
> receive input via the POST method.
>
> Thanks,
> Edward Hass
Thanks guys. . .I tried curl, and it worked fine - except that NY State
blocks people from using the site unless they enter through their own
portal.
Public servants anyone???
Regards,
Edward Hass
[Back to original message]
|