Within my Android application I want to connect to a PHP file on my server/web host. Currently I cannot POST data to the PHP file, I think I am passing the URL in an incorrect format.
Using a Google URL as an example, would this be correct in order to establish the path to my PHP file?
URL url = new URL("http://74.125.224.72/myFile.php");