What I'm trying to do is include a different content file each day, so I tried this, but clearly doesn't work!
What I want is to load (today)
./content/91.htm
Thanks for your help!
Liark
What I want is to load (today)
./content/91.htm
Code:
$pth['folder']['content'] = './content/';
$pth['file']['content'] = $pth['folder']['content'].$date("z")'.htm';
Liark