The following html does not produce any response from the included php file.
<!DOCTYPE html>
<html>
<body>
Here is some text. <br>
<?php include 'hello.php'; ?>
</body>
</html>
The hello.php file contains the ubiquitous <?php echo "Hello world!"; ?>
Additional info: