|
Posted by Michael Fesser on 01/02/08 01:54
..oO(ashore)
>Guys, I dunno what this exchange is all about. Like PHP is a server-
>land programming language, and XMLHttpRequest is a client-land
>function, which communicates client-to-server. Which you guys all
>know very well.
Sure.
>It appears to me that the premise of the basic question is faulty, and
>we oughtta ask Edward Hass to explain his question better. (Mebbe the
>rest of you have figgered it out, but I sure ain't.)
IMHO the explanation was pretty clear:
| In other words, I'd like to get data from another web page that needs
| to receive input via the POST method.
If you want to do it from the client, you can use the XMLHttpRequest
object if available, from the server there's cURL and some other ways.
But the action performed is pretty much the same in both cases.
Micha
Navigation:
[Reply to this message]
|