Problem with PHP syntax
Posted: Thu Oct 16, 2003 5:16 pm
due to the fact that PHP uses both <? ?> for syntax start and < > for operators, using either a < or a > in a conditional statement will kill syntax highlighting for the rest of the code (until you close it with ?>) - anyone know a work around for this?