Hi,
Can anyone tell me why I am seeing PHP tags in the browser? The output of a simple test file is showing up like this in the browser:
<?
echo "Hi, I'm a PHP script!";
?>
Whereas it is supposed to show the message. Why am I seeing the PHP tags and also the echo command in the browser?
TIA
Ramakrishna