Hallo to all web developers, I have a problem in load PHP in mozilla fire fox. . .I am using XAMPP web server. My PHP file is currently stored in this path C:\xampp\htdocs\test\index.php. Whenever I run my PHP in mozilla it won't display anything even just a simple "hello world."
<?php
echo "hello world";
?>
How am I going to configure my firefox? Do I have to change the network settings of my firefox? Please help me