Portfolio
$file_loc = "cms/portfolio.txt"; $whattoread = fopen($file_loc, "r"); $file_contents = fread($whattoread, filesize($file_loc)); fclose($whattoread); $file_contents = stripslashes($file_contents); echo ("$file_contents"); ?>