Silly problem with output



Hi!

$text = 'a<b';
print $text;

It only shows the output: "a". How can I get the output: "a<b"

Thanks in advance!
.