|
Re: XML HTTP Request, SOAP, XML, PHP...
Quote:
|
Originally Posted by LazyJim
[size=14]My server side processer is PHP, I can't get them to tell me the server OS or software, (maybe there's some PHP that will get me any needed info?).
|
[code:1:68c7c368b9]
<?php
phpinfo();
?>
[/code:1:68c7c368b9]
Problem solved.
|