티스토리 뷰
PHP
unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in
calmmuffin 2018. 5. 4. 14:54$comment
= "$_POST['comment']";
to
$comment = "$_POST[comment]";
https://stackoverflow.com/questions/8400018/syntax-error-unexpected-t-encapsed-and-whitespace-expecting-t-string-or-t-vari