Revision:
Syntax: include 'path_to_filename';
code:
<?php
include 'php-testfile.txt';
echo "<br><br>";
include 'webdictionary.txt';
echo "<br><br>";
?>
<?php include 'Welcome.php';? >