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.