<?php$data="Demo/demo.php";$datei=fopen($data,"r");$daten=fread($datei,filesize($data)+1);fclose($datei);echo $daten;?>