PHP php_strip_whitespace() May 23, 2012 Pramod T P It returns the source code of a file with PHP comments and whitespace removed Example <?php echo php_strip_whitespace(“index.php”); ?> please check the view source and it should be <?php echo php_strip_whitespace(“index.php”); ?>