---------------------------------------------------
| Date: 2003-02-17 00:20:09 |
| Filename: readfile.php |
| Author: detour@metalshell.com |
| |
| http://www.metalshell.com/ |
---------------------------------------------------
for html
$data = ereg_replace("\n", "
", $data);
// Print it all out.
echo $data;
?>