demo_file_readfile.php:
<!DOCTYPE html> <html> <body> <?php echo readfile("webdictionary.txt"); ?> </body> </html>