I want to use PHP on my site and am fairly new to using it and have limited knowledge about apache servers etc but I can't seem to exectue any php code.
<html>
<?php
echo "Hello World";
?>
</html>
that is what i have been trying to test but nothing happens. The file IS saved as .php but it doesn't work? Any advice?
<html>
<?php
echo "Hello World";
?>
</html>
that is what i have been trying to test but nothing happens. The file IS saved as .php but it doesn't work? Any advice?