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" );
}
. I think I'll leave it though. It was just distracting when coding as initailly I thought there were errors.
Comment