I am running a simple php echo but it is not working. My code:-
<?php
echo "hello world!!";
?>
When I inspected it, my php code is being commented. How can I resolve my Problem?
I am running a simple php echo but it is not working. My code:-
<?php
echo "hello world!!";
?>
When I inspected it, my php code is being commented. How can I resolve my Problem?