<!DOCTYPE html>
<html>

<head>
    <title> trying a call to phpinfo() </title>
    <meta charset="utf-8" />
</head>

<body>
    <h1> Trying a call to phpinfo() </h1>

    <?php
        phpinfo();
    ?>

<?php
    require_once("my-std-footer.html");
?>