View Single Post
Old 10-07-2011, 08:21 AM   PM User | #6
Nobilis
New to the CF scene

 
Join Date: Oct 2011
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Nobilis is an unknown quantity at this point
Quote:
Originally Posted by Wanna View Post
You are missing semicolon on the following rule:
PHP Code:
$getPage ' '                //replaced NULL with ' ' 
change it to:
PHP Code:
$getPage ' ';                //replaced NULL with ' ' 
You can ignore that. I forgot the semi-colon when I typed in the code. TYVM. I fixed it in the code above.
Nobilis is offline   Reply With Quote