demo_func_filesystem_file_get_contents.php:
<!DOCTYPE html> <html> <body> <?php echo file_get_contents("test.txt"); ?> </body> </html>