All pastes #614467 Raw Edit

KNIGHT77

public php v1 · immutable
#614467 ·published 2007-07-11 15:55 UTC
rendered paste body
<?php$filename ="../txt/home.txt";$handle = fopen($filename, "rb");$contents = fread($handle, filesize($filename));print $contents;fclose($handle);?>