Hi everyone, im having a problem in php file..i cannot display the image on my site..check this out..http://lanavalmason269.bizhat.com.

my index.php is in root folder.."/" i have a images folder

here is my code..

index.php
<?php
include("page_header.php");
?>

page_header.php

/*this is the tag that should display the image*/

[img]images/coloredsqcomp.gif[/img]</td>


But it cannot display the image..

Help please...Thanks