Should PHP have allowed ">" to be used within PHP tags?
e.g. in:
if (a > b) { ... };
....and...
$object -> member;
The use of ">" stops PHP pages being valid HTML/XML - by ending
the current HTML tag - which prevents page validation and the
use of conventional formatting tools or parsers.
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
e.g. in:
if (a > b) { ... };
....and...
$object -> member;
The use of ">" stops PHP pages being valid HTML/XML - by ending
the current HTML tag - which prevents page validation and the
use of conventional formatting tools or parsers.
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Comment