PHP equivalent to XMLHtttpRequest functions
- From: "Edward Hass" <newsacct1@xxxxxxxxxxxxxx>
- Date: Sun, 30 Dec 2007 22:09:02 GMT
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
.
- Follow-Ups:
- Re: PHP equivalent to XMLHtttpRequest functions
- From: Manuel Lemos
- Re: PHP equivalent to XMLHtttpRequest functions
- From: Jerry Stuckle
- Re: PHP equivalent to XMLHtttpRequest functions
- Prev by Date: project takeover/need help clearing easy bugs
- Next by Date: Re: PHP equivalent to XMLHtttpRequest functions
- Previous by thread: project takeover/need help clearing easy bugs
- Next by thread: Re: PHP equivalent to XMLHtttpRequest functions
- Index(es):