[PHP] Web Service in PHP/XML

2003-10-26 Thread Dan McCullough
I started writting an install script that would talk to a PHP script on one server while being used on another. So you would have http://www.someserver.com/install.php --> http://www.homesever.com/install.php via CURL without the users knowledge. The script would pass certain variables and if one

Re: [PHP] Web Service in PHP/XML

2003-10-26 Thread Ray Hunter
if you want to use xml and php you can use soap and then you can incorporate other languages as well...making soap the common protocol via http. most languages support soap implementations of one sort. should be worth your time to look into soap. -- Ray On Sun, 2003-10-26 at 12:44, Dan McCull