Hi,
> I dont know if it is php enabld or not.
> i've created a hello.php file:
>
A better test would be to create a file phpinfo.php and have the following line in it :-
<?php phpinfo(); ?>
This should print out PHP configuration, if php is installed correctly.
-Devendra Laulkar.