In dreamweaver I have a notice at the top of every page that references a specific php. the notice is “There is a sntax error in line 238 code hinting may not work untill you fix the error”
The script seems to be working fine but I’d love to get rid of this error.
These are the last few lines of the script, I’m putting line 238 in bold. If anyone has an idea on how to fix this I would really appreciate it.
You’re right. <?= (sadly) is being activated without the setting, presumably for legacy code and lazy people. <? is still effected by the setting, and is being phased out in PHP 6.
I still find it causes more problems than it helps, but that’s me.