I have several text documents which I want to include (include("file.txt")) in my php. How would I make the carriage returns in the text file be read as either line breaks or new paragraphs (so I don't have to add any HTML tags) when I include them in a php page?