Friday, 8 December 2017

php - Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE

itemprop="text">

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"=


class="post-text" itemprop="text">
class="normal">Answer



This
should work:






No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...