echo "<?php"

From: Jonny T (jonnyt_at_someisp3.com)
Date: 03/31/04


Date: Wed, 31 Mar 2004 14:23:21 +0000 (UTC)

hi,
i want to echo the string '<?php' in a php script like :

echo "<?php";

but when i try nothing gets displayed ...

if I use

echo "<\?php";

then the string is displayed as : <\?php

Is there anything I can do ??