Wednesday, 20 July 2016

php - Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE



I might have a syntax error or something but I don't see nothing.






On the echo line, I have the error :





[error] [client] PHP Parse error: syntax error, unexpected
T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or
T_NUM_STRING in /var/www/slimtest/views/nuevo.php on line 89




Maybe you can help, because I don't see the error D"=


Answer



This should work:





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...