When installed,XAMPPserver I clicked on the xampp and in htdocs folder, I created a folder named as "myproject" and then I created a file with name "Divya.php" in this folder.
The code written in the file is as below:
<?php
echo "Hello World!";
?>
But Instead of output It shows same code....Could Anyone please help
me ......