|
Work -
PHP
|
|
Written by mbrock
|
|
Monday, 02 June 2008 20:57 |
|
Here is a simple function that opens a file, reads it in a line at a time, and prints the output to the screen. The nl2br statement in the function will convert the newline characters ("\n" or "\r\n" depending on your OS) to HTML breaks, "<br>".
|
|
Read more...
|