Register and Login (User Account System) - Error
Posted: Sat Jul 14, 2012 7:08 pm
Hi,
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:
Cheers for the tutorial btw =]
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 =]