$filename = 'bulletin.txt'; $handle = fopen($filename, 'r'); $content = fread($handle, filesize($filename)); fclose($handle); ?>
echo $content;?>