I have this:
<?include("header.inc")?>
<?include("$cmd.inc")?>
<?include("footer.inc")?>
but i wanr to know how to include an image where $cmd.inc is..
When i did this as $cmd.jpg it came up with some wierd text stuff and not the image..
How do i get it to include an image?