PHP include in HTML Banner?

a complete banner management system, any number of banners can be added
Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

PHP include in HTML Banner?

Postby tikilab on Sun 09. Oct, 2005 10:07

Is it possible to use PHP include in an HTML banner? This is what I'm using:

Code: Select all
<table border="0" cellspacing="0" width="468" bgcolor="#CCCCCC">
<tr>
<td width="60" height="60">
<img src="http://www.tikilab.com/includeinbanner.jpg" alt="" width="60" height="60" align="middle">
</td>
<td width="408" height="60" align="center" valign="middle">
<font color="#000000">
This is static text.<br>
<?php include ("http://www.tikilab.com/includeinbanner.txt"); ?>
</font>
</td>
</tr>
</table>


However, while the code works fine in a separate file:

http://www.tikilab.com/includeinbannertest.php

the included text does not appear in the banner. The pages that the banner is appearing on are PHP files - both pages in phpBB and my own additional PHP pages.
tikilab
Poster
Poster
 
Posts: 5
Joined: Sun 31. Oct, 2004 07:00
Location: Phoenix, Arizona, USA

Return to Complete banner [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron