Rest Web Services?

chris2266

New Member
I am planning to create a restful web service (PHP).\[code\]api/userapi/user/[id]api/adapi/ad/[id];etc\[/code\]are "user" and "ad" actual php files? and if not how can i tell (on my php file) which one the caller is calling "user" or "ad"?any good tutorial on how to create a restful web service?Most tutorials only cover the basics of rest web services.
 
Back
Top