View Single Post
Old 01-12-2004, 04:26 AM  
flashfreak
Confirmed User
 
Industry Role:
Join Date: Jun 2002
Location: cloud number 9
Posts: 4,396
Quote:
Originally posted by gin
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
the only prob is you have to have php files, so you can't do it for galleries.
__________________
SEO Mogul | ICQ: 163671223
flashfreak is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote