Does the line:
$image = fopen ("http://www.arcticnightfall.com/berserk/pix/episode_01/image0010.jpg", "r");
gives the error message too?
Your primary concern should be to discern if the error message is file name related or coding related.. if this line does not give you any error than it's coding related. But if this line still gives you the error then it is because of your server config/file names/file existence or file sharing properties..You have to figure that out first to debug it..
|