29.11.2014, 05:29
if don't comment it, compiler returns this error, why?!
I just include a_mysql.inc.
'expected token: "-string end-", but found "-identifier-"
This means you have a something (a string) that isn't closed earlier in the script, perhaps by a ']', and it has instead found 'public [FUNCTION]', which is an identifier. Does it work without this callback? It appears to be correct... |