Thursday, 6 October 2016

javascript - Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE) [This is a consistent help.]

I can't seem to get this to work. I've looked everywhere, I've tried many things. I'm desperate now.



Here are two different pieces of code that bring the same error.














" />





Any help or tips will be appreciated. Thanks!

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...