<html> <head> <title>Test PHP installation</title> </head> <body> This is a PHP generated web page <br><br> <?php phpinfo(); ?> <?php include "../include.php"; ?> <!-- hyperlink to see the code --> </body> </html>