Re: PHP equivalent to XMLHtttpRequest functions
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Sun, 30 Dec 2007 17:39:35 -0500
Edward Hass wrote:
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
Check out the cURL functions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- PHP equivalent to XMLHtttpRequest functions
- From: Edward Hass
- PHP equivalent to XMLHtttpRequest functions
- Prev by Date: PHP equivalent to XMLHtttpRequest functions
- Next by Date: Re: PHP equivalent to XMLHtttpRequest functions
- Previous by thread: PHP equivalent to XMLHtttpRequest functions
- Next by thread: Re: PHP equivalent to XMLHtttpRequest functions
- Index(es):