Thread
:
Changing a link on hundreds of html pages
View Single Post
01-12-2004, 03:36 AM
gin
Confirmed User
Join Date: Sep 2003
Posts: 672
do it right.. so you can change it all anytime you want..
make a text file and put the url into it..
PHP Code:
$filename = ('../url.txt');
$info = file($filename);
$url= $info[0];
<?=$url
;
?>
anywhere needed..
might be ghetto but it works
gin
View Public Profile
Find More Posts by gin