From a website I'm developing, I'm sending a Curl request to a php file (on the same server) that should process the request and return a response. The response I get is the contents of the php file that is supposed to process the request.
It's all run on Ubuntu 13.10 server.