Thread: External links
View Single Post
Old 09-16-2007, 11:59 PM   #2 (permalink)
HostGuy
Inactive
 
Join Date: 09-16-07
Location: Toronto, Canada
Posts: 22
iTrader: 0 / 0%
HostGuy is liked by many
You can accomplish this with server side includes. php for example

The pages that you want the links to show up should have a php extension.
In a new file, call it links.inc.php - add in your link code
And in the file you want the links to show, add the following code
Quote:
<? include("links.inc.php"); ?>
HostGuy is offline   Reply With Quote