I Installed PHP on my ubuntu 10.04 server
#apt-get install php5 php5-mysql php5-curl php5-xmlrpc php5-intl php5-gd
Installation has been completed without any problem.I tried to check it is working or not....
I make web page for testing
#vim /var/www/index.php
<?php
echo"hello world":
?>
when I open browser and try to open this page
http://localhost/index.php
Its not display anything.its say for open with or save..please help me to solve this problem.....
thx in advance

