Posted by Henk van Winkoop on 09/08/05 13:20
Hello,
my little code...
<html>
<head>
</head>
<body>
<?php
if (&var > 33){&var=0;}
?>
</body>
</html>
------------------------------------------------------------
why is in next line:
if (&var > 33){&var=0;}
the '>' character interpreted as php endtag and the browser shows:
" 33){&var=0;}......"
------------------------------------------------------------
why does next line ('>' is replaced by '>') work fine???
if (&var > 33){&var=0;}
------------------------------------------------------------
anybody has any idea?
Thanks
Henk
Navigation:
[Reply to this message]
|