|
Posted by Jameson on 01/03/06 04:52
Hi Jim:
Thanks for the new code. I think we're getting closer, but it still
doesn't seem to be working. I added the error reporting code below to
the file, but it doesn't tell me that anything is wrong. It's strange,
because I don't even see an icon from the browser saying that it can't
find the image. Do you think I could be missing some component of my
PHP installation? I know the directory path is fine, because I can get
to it right from the terminal on the computer.
ini_set("display_errors",true);
error_reporting(E_ALL );
Any more ideas? Do you think if I used the glob() function within the
opendir() function, it might work?
Thanks again for the help. I really appreciate it!
[Back to original message]
|