Output large amount of text in PHP

ob_start();         
 
echo 'Put your text here';
 
$body = ob_get_contents();
ob_end_clean(); 
 
echo $body;
Share Article/Example:
  • Facebook
  • Twitter
  • del.icio.us
  • Digg
  • DotNetKicks
  • DZone