I have two webservers. One webserver checks to see if a file exists on the other webserver. The file does exist, but my code returns a value of false. Why? And, how can I get it to return True?
<?php
$filename2 = 'http://www.jamiejamie.com/sites/default/files/pirate.png';
if...