I have installed ckEditor on my own PC and have it working fine. However when I upload everything to my site i get the following error when I try to load the page with the editor.
Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/18/d29831623/htdocs/ckeditor/ckeditor_php5.php on line 23
Can anyone advise what I might have done incorrectly? Any help appreciated.
Re: Assistance reqired
You should include ckeditor.php instead.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Assistance reqired
Thanks for replying wiktor.

That's exactly what I did wrong. I thought the server was running php5 (as claimed by the vendor) however on running phpInfo I find it is actually php4.
Much appreciated sir.