I am beginner in PHP/Apache/MySQL.
I have installed Apache HHTP Server 2.2.25 and PHP v5.6.7.
Apache server is up & running and if I run test PHP script : <?php phpinfo(); ?> from file info.php it runs properly in my browser showing PHP information.
But if I open below html file in browser then I don’t get line – > Hello world thru PHP!
<?php print "Hello world thru PHP!";?>Hello World!!!
What am I missing ? Please help.