<!DOCTYPE html> <html> <head> <title>External PHP File</title> </head> <body> <?php include 'example.php';?> <body> </html>