I was wondering what is the most widely used method for calling PHP functions from within an Android app? The method I was thinking of doing was using a variable in the URL and retrieve it using $_GET from my 'functions.php' and deciding what function to run that way. I just wanted to know if this is the best way of doing it or is there another way people typically accomplish this?
Thanks!