Problem with PHP syntax

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
maniac
Posts: 33
Joined: Thu Sep 25, 2003 4:16 am
Contact:

Problem with PHP syntax

Post by maniac »

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?
Post Reply