PHP Image Link in FUnction 404's
Posted
by Dave C
on Stack Overflow
See other posts from Stack Overflow
or by Dave C
Published on 2010-04-19T17:30:10Z
Indexed on
2010/04/19
17:33 UTC
Read the original article
Hit count: 326
Hello,
I have a valid link that goes to a picture located on my web server. It is a simple jpg image, I can copy and paste this link into my web browser and it loads fine. The issue comes in when I try to call a few php functions on the image... such as getimagesize or fopen... they both return 404 errors even though the image is there. Does anyone know that could be causing this?
Thank you for your time.
© Stack Overflow or respective owner