I currently don’t know any thing about web services, except that they are used to allow an application to share its functions.
- Where & how to start?
- Does any book on web services work with me if I use PHP as my programming language?
- Does anyone know any IRC channel for help?
- Does anyone know of a directory for tutorials for a beginner?
- Is it complicated?
- Does it take a long time to learn?
I’ve used two good books in the past that focus on web services and PHP. Professional Web APIs with PHP is good if you want to quickly get started using 3rd party APIs (like Amazon, Google, eBay, etc.). It has tons of example PHP code to get you started. Pro PHP XML and Web Services is what you want if you’re interested in implementing web services of your own using PHP.