Reply
variable image headers/page
Old 11-24-2004, 08:05 PM variable image headers/page
Junior Talker

Posts: 2
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
Mamie2010 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 11-24-2004, 08:14 PM
amw_drizz's Avatar
Ultra Talker

Posts: 301
Name: Jon
Location: New York
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)
amw_drizz is offline
Reply With Quote
View Public Profile Visit amw_drizz's homepage!
 
Old 11-25-2004, 08:10 PM
Junior Talker

Posts: 2
thanks,

so I keep the pages like I have them


<?php echo "<img src=\"$page\">"; ?> on the header.php

and on each page

<?php $page="images/image_name.jpg"?>

and
incude ('linktoheaderfile.php'); on each page? or does something go into the 'linktoheaderfile.php'?


.... without a clue
Mamie2010 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to variable image headers/page
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11019 seconds with 12 queries