the echo statement is not working for me…it’s not displaying the outputted text…
<?php
echo "Hello World";
?>
this code should output the string “Hello World”… but it is displaying a blank page…
Hi,
There’s no problem in your code. Just make sure you’re running your code in remote/local server…or you may access your localhost and run your script.
Also, make sure you have .php file extension.