Quote:
|
Originally Posted by Mamie2010
hi,
I've been searching for 3 days on how to get the header/page images to print for multiple pages to no avail ...
I've put this on my header.php page
<?php echo "<img src=\"$page\">"; ?>
and I've put this on my pages
<?php $page="images/image_name.jpg"?>
all I get is a box ....
this site is suppose to be up tomorrow --- I've been unable to access my computer for about 3 weeks!!!
thanks
|
What you can do is on the top of every page in php put
PHP Code:
incude ('linktoheaderfile.php');
thats how it is on my site. using the include function. down side you have to put this same link on the top of every page. if you put it to 1 file you can down the road update that 1 file and you done!
__________________
AMW_Drizz
Php 5.2 Mysql 4.1 IIS 6 Win2k3 Server && PHP 5.2 MySQL 4.1 Apache 2.2 (separate machine of course)
|