PHP file_get_contents May 11, 2012 Pramod T P It reads entire file Example <?php echo file_get_contents(“test.txt”); ?>