View Single Post
Old 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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote