php content managment system

Does anyone know how to display contents of .txt or .doc for example on a web page using php.
i have cms already and can show images using echo ‘<img src="<?php include''; ?>’. But cant show formatted text from file.

Define formatted text.

File_get_contents will read in a file body(or maybe it’s get_file_content)

Sponsor our Newsletter | Privacy Policy | Terms of Service