The following simple PHP is valid and works in Actinic but why does it indicate in red in Actinic?
(I think I read something about this before but can't find where)
Code:
$num=1; if ( $num <= 2 ) { echo ( "Number is less than or equal to two" ); }
Comment