I am making an application that uploads images to server and updates its database to server in android while executing it, it shows an error
Connection to ht
i was facing exactly the same issue and i made following changes to my URL after which it was working perfectly fine..
From:
http://localhost/Image4android/get_all_images.php
To:
http://192.168.1.2/Image4android/get_all_images.php
where the ip: 192.168.1.2 is IPv4 address. In windows Run > CMD > Ipconfig