<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
The result is a blank page.
I also make .htaccess file as the AlterVista's guide
<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
The result is a blank page.
I also make .htaccess file as the AlterVista's guide
How did you name the file?