phpcms Parse error: syntax error, unexpected T_ ENCAPSED_ AND_ Whiteface error


I customized a variable in the PHPCMS template with a value assigned by the PC tag.
< ?php $url=”{$v[url]}”; ?>
Results reported as above error.
You should actually change the PHP statement to:
< ?php $url=$v[url]; ?>

Read More: