How to
disallow use of alternative syntax in control structures in
php.
Syntax like this :
if ( $iduser > 0 ):
print "User has loggedin";
endif;
Or
for ( x = 1;
x < 10; x++ ):
endfor;
Can you help
me please.
Thanks in
advance
Alejandro
Michelin Salomon