Welcome Guest, Not a member yet? Register   Sign In
Syntax error, unexpected 'public' (T_PUBLIC)
#3

The issue is with the get_news function, which is not in a class.
As it is not in a class, you can't declare it as public.
Either remove public, or put the function in the class, and you'll be fine.
Reply


Messages In This Thread
RE: Syntax error, unexpected 'public' (T_PUBLIC) - by antony - 05-12-2017, 07:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB