Greenguy's Board WebcamWiz CRAZY $5,000 Reward Bonuses

WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses WebcamWiz CRAZY $5,000 Reward Bonuses

Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-04-21, 05:04 AM   #1
urb
All the way from Room 101
 
urb's Avatar
 
Join Date: Aug 2003
Posts: 3,557
Send a message via ICQ to urb
Quote:
Originally posted by yorgo
You make it sound easy.....
Here's something easy you can do with php...

It's simple, but useful...

Create an html file called "banner.html" with your banner code in it like this

<center>
<a href="http://sponsor.com/">
<img src="images/banner.jpg" width="468" height="80" border="0"><br>
<b><font face="verdana">Insert sales text here</font></b></a>
</center>


Upload it to your server and check that it's there.

Copy an existing html page and change the extension to ".php" instead of ".html"

(NB: You can set up your server to read php from html pages)

Amongst the html of this page add these three lines of php code...

PHP Code:
<?php
require("banner.html");
?>
and when you view the new .php page on the server, you will see that the banner.html has been pulled in (included)within the php page. The php "engine" on your server has executed the command to include the banner info, before the page is served to the browser.

This is useful because you can link up all your sites to that single banner.html, and then if you wanna change sponsor for any reason, you only need to change the banner.html and ALL your sites will change sponsor because they are being served from one central point, in the same way you can do this with SSI.
__________________
urb is offline   Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:37 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc