Is it a silly question?
With curl library I can do a POST to an URL.
If the server responding at this URL send me back a response on the originating http session,wich php function can I use to store the data I receive back???
Or better,receiving POST from a remote server suppose to have a daemon always listening ?Or is it possible to do it with php?
Thanks for a help.