you're having problems with this because php wants to execute included files. it works for including functions or somethign like that, but if you try to include a .jpg file it will either display the jpeg as ascii values or will blow up. if you want to include a file to display a jpeg the file needs to return a jpeg, not a stream of text.
Perhaps if you could explain what you are trying to do a little better it will be easier to help you.
__________________
# chmod 111 /bin/Laden
|