Communicate with web server
I'm writing an application which need to communication with my apache server. It need to send some data back to my web server so that my server can save it to database and it sometimes need to do a search to get data from my database in server. I know there are quite a few methods like HTTP POST/GET, web service (xml-rpc) and JSON-RPC etc. Can anybody advise what is the simplest solution? And are there any tutorial ? Thanks
|