I need some understanding on how to implement REST services using php
From what I read sofar, they say "use logical addresses" and it is preferable not to use get variables at all.
I do not see how this URL is processed. Like www.somename.com/product , and the product must not be a physical address.
I mean, you need some kind of input file with php processing code which does the real job, doesn't it?
How it works?
After that, I can repeat the data back between the custom xml tags, and the client application can analyze this. This part that I still remember from working with ajax. Only with REST do you put all resources (data or pieces of data) into a URL.
So this brings me back to my original question. How is this logical url progressing? (within php)
Thanks Richard
source
share