Does x10hosting support php? I am a beginner to learn php and want to try a very basic .php code within an index.html file like:
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
HOWEVER, the x10hosting editor indicates an error at "<?php". Why?
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
HOWEVER, the x10hosting editor indicates an error at "<?php". Why?