Xnuiem wrote:
because php is server side, you need to reference the images from where they are as relative to the file including them.
In this case, since header.php is including them, you need to reference them from there.
So, you include header.php in your other files, and in header.php you include the images by SUBFOLDER/IMAGE
Sorry that is what I was trying to say only the image does not show!
The image is relative to header.php in index.php so it does not show!
[HTML]
<img border="0" src="image/PHP.png" width="153" height="51" />
[/HTML]
This works for a direct image link:
[HTML]
<img border="0" src="../../Images/PHP.png" width="199" height="105" />[/HTML]
The problem is "I have Header.php appearing but no images."
The image does not appear just a empty rectangle with a broken link icon using Fire Fox.