Menu
Home
Recent Posts
How to solve: Parse error: syntax error, unexpected T_XXX
5:35 PM
0
Share
This happens when you have T_XXX token in unexpected place, unbalanced (superfluous) parentheses, use of short tag without activating it in php.ini, and many more.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Development and programming answers
Search articles
Popular Posts
Android SDK installation doesn't find Java JDK
In order to fix this press Back when you get the notification and then Next . This time it will find the JDK.
iOS: performSelector may cause a leak because its selector is unknown
Here's what I'm doing: [ _controller performSelector : NSSelectorFromString (@ "someMethod" )]; The solution for this e...
Javascript: How to return response from asynchronous ajax call
The next piece of code tries to return the response fron an ajax asynchronous call but with this we can only get undefined values: functi...
Phyton: Slice notation
It's pretty simple really: a [ start : end ] # items start through end-1 a [ start :] # items start through the rest of the arra...
PHP: Convert date to timestamp
PHP's strtotime() gives $timestamp = strtotime ( '22-09-2008' ); Which does work with the Supported Date and Time Formats D...
No comments:
Post a Comment