ok, on line 46 i get a parse error, this is like 46:
if (date("h")-5 <= 0 && date("d") == 1 && date("F") == "January")
i cant seem to see what's wrong 😕, could someone help? Thanks for you time and help 🙂
What do you have on line 45? Maybe you've forgotten a ; at the end of it?Maybe you can show us the code that surrounds line 46?
yeah, check the previous line before it for any missing ; or other stuff like that... and also, in your example, you forgot the { at the end of your line.
Originally posted by benkillin yeah, check the previous line before it for any missing ; or other stuff like that... and also, in your example, you forgot the { at the end of your line.
Unless that's on the next line... if it's even necessary.