I’m just started using Aptana (coming from Dreamweaver). I’ve imported my old html files that use css and php.
Every time I use <?php echo php_variable_here ?> Aptana marks it as an error saying "<" missing '>'
Example of my php use: <?php echo $share_button ?>
What am I doing wrong? If nothing else works maybe I’ll just disable php error verification (how can I do that?)
Seems like the file extension must be .php in order to Aptana recognize the code.