So I thought there was a way of doing it from an Android app over httpconnect. I guess your answer means there is no way to check a remote image modification date unless you have a FTP connection to it?
You can call the PHP script from B4A using HTTP and reading the result into a string.
Comparing this string with you current version - you can them decide whether you need to download or not.