Problem with PHP syntax
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Problem with PHP syntax
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?