Error Special characters must be escaped: [ < ] php on Dreamweaver
Hello,
I am trying to use php on dreamweaver, but I couldn't because all the time dreamweaver shows me that error.
I would really appreciate any help you can give me

Hello,
I am trying to use php on dreamweaver, but I couldn't because all the time dreamweaver shows me that error.
I would really appreciate any help you can give me

DW doesn't know that you have your server set to run php code in your .html pages, so it's trying to Lint the code as HTML.
If you don't have your server set to parse php code in .html pages, your code won't work until you save the file as .php.
Since <?php ?> isn't technically a valid HTML tag as far as the Linter knows, it's flagging it as wrong.
Save your page as .php and it goes away.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.