I'm developing an app from which I post some data to my webpage. From my android app, I send a request using http POST. This is my site : https://sites.google.com/site/aycsdk/advertisement
I'm following the tutorial at http://webhole.net/2011/11/15/android-tutorial-how-to-post-data-from-an-android-app-to-a-website/. My problem is, where should I paste the server-side code for my site so it can receive data from the app?