Sat Jul 11, 2009 5:11 pm - Parse Error: Parse Error, Unexpected '-', Expecting
#262
Parse Error: Parse Error, Unexpected '-', Expecting
why do i get this error on my php file
Parse error: parse error, unexpected '-', expecting '(' in /www/dictionary/includes/functions.php on line 11
i never seen this error
well, if you want to know the answer is simple,
i had named my function on line 11 as this:
so i changed it to
and it worked
so the problem was the "-"
Parse error: parse error, unexpected '-', expecting '(' in /www/dictionary/includes/functions.php on line 11
i never seen this error
well, if you want to know the answer is simple,
i had named my function on line 11 as this:
function myform-OLD(
so i changed it to
function myformOLD(
and it worked
so the problem was the "-"
author: sals