For some odd reason, I can't get PHP to open my images with GetImageSize. Here's my code:
$imagesize = GetImageSize ("http://www.gt3times.com/~cdlewis/machines.jpg");
And I get: "Warning: Unable to open http://www.gt3times.com/~cdlewis/machines.jpg in /usr/local/apache/htdocs/gt3times/live/user/view.php on line 963"
I've tested it with multiple files, on multiple public servers, checked all my file permissions on my local server, and read through every possible PHP image function known to man. Anyone have any ideas what's causing the hangup?
Thanks in advance,
-Cory