Dear Readers,
I've a question, is it possible to check for an image before creating a: <IMG SRC=" .....
line in a PHP script?
Gr.
Kasper
Sure...
if(is_file('/path/to/file') { echo "<IMG SRC=\" ..... "; }
Matt Wade codewalkers.com