<?php
echo "Hello World!";
?>
I write as above but the browser not read the script.Instead of reading the script,show me blank page in the firefox browser and in the Chrome browser show me the original script as above. please help me solve!
echo "Hello World!";
?>
I write as above but the browser not read the script.Instead of reading the script,show me blank page in the firefox browser and in the Chrome browser show me the original script as above. please help me solve!
Comment