I've just gone through the php tutorial on the above stated but keep getting this error:
"Strict Standards: Only variables should be passed by reference"
this then points to the line on the init.inc.php which reads:
$page = substr(end(explode('/', $_SERVER['SCRIPT_NAME'])), 0, -4);Is there a way around this?
Cheers for the tutorial btw =]