i had just install apache , mysql and php 5…apache is starting from localhost but how to test php ?
i created a file named as " info.php " which contain the foll code
<? php phpinfo(); ?> but i m confuse how to save it in " var/www/html/ " which is a root directory of apache and from where we can acess the info.php files by http://localhost/info.php