View Single Post
Old 26-07-2008, 12:32 PM   #2 (permalink) Top
lilgurn
Geek Trainee
 
Join Date: Jun 2008
Posts: 3
Status: Offline
Hi,

The best thing i find is to use an include either by javascript or php to the a file which has the link in. Another way is to include a page with lots of variables, each one with a link stored in a variable. Then you've only got to change this one page.

The code if your pages are php is:

<? include('filenamehere.php') ?>

  Reply With Quote