This is a discussion on web services within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I need to write a web application sitting on a central server accessing mysql from php on apache on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I need to write a web application sitting on a central server accessing mysql from php on apache on the windows platform. I need 2 ways for other pcs to access this, the "legacy" way of getting in via a web page and doing modifications but I also need an automated method. I was thinking that the best way to do this would be via web services. So my question becomes can you implement web services using php on apache on the windows platform and then call those services from a windows program on the same internal network? A url for some further information would be nice. Thanks, Phil. |
|
|||
|
Phil Da Lick! wrote:
> A url for some further information would be nice. Here u go -> http://dietrich.ganx4.com/soapx4/ -- http://www.techtronix.be |
|
|||
|
Phil Da Lick! wrote:
> A url for some further information would be nice. And here we go again... http://www.zend.com/zend/tut/tutorial-campbell.php -- http://www.techtronix.be |