So, I'm trying to create a webservice in PHP that will do everything through another webservice (for its API). It will check if it has any messages, having, it processes and returns an appropriate message.
My question is: How to make this webservice run?
It has to run automatically, by itself. I do not know how to do this in PHP.
I know there are more appropriate languages for what I want, but PHP is what I have right now.
Any light?