<!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
 Junior Member
					
					
						Junior Member
					
					
                                        
					
					
						 Please help me! PHP did not work.
 Please help me! PHP did not work.
		<!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
 AlterVista Staff
					
					
						AlterVista Staff
					
					
                                        
					
					
						 
 
		How did you name the file?