Hi
I'm new to PHP. I installes wamp2. and wrote a sample code
<HTML><BODY>
<? echo date("M-d-Y"); ?>
</BODY></HTML>
saved it in www folder. but now wen i click the saved file (hello.php)
the file opens but nothing is getting display
pls help me
Divya