How to implement a simple PHP webservice?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pstein
Forum Newbie
Posts: 5
Joined: Mon Apr 20, 2009 6:27 am

How to implement a simple PHP webservice?

Post by pstein »

Sorry for this newbie question.

Could someone tell me on how to implement a simple php webservice?

Need something like a "Hello world" for PHP webservice
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: How to implement a simple PHP webservice?

Post by akuji36 »

I think you mean php webserver.

http://www.apachefriends.org/en/xampp-windows.html

Once installed you can run php. Easy install
Post Reply