Page 1 of 1

Microsoft.XMLHTTP and server side

Posted: Sun Mar 27, 2005 7:20 am
by pelegk2
is it possible to use Microsoft.XMLHTTP on the server side?
if yes then how?
thnaks in advance
peleg

Posted: Sun Mar 27, 2005 11:02 am
by feyd
why? file_get_contents() on a remote file works just the same, only it'd be native to php.

the thing is that i dont need to get a file

Posted: Mon Mar 28, 2005 1:05 am
by pelegk2
but rather get a cgi exe that will respond!

Posted: Mon Mar 28, 2005 1:09 am
by feyd
you want to call a local server file?

exec() and its siblings can perform such an action.