Hi drawmack,
I tried using your advice but I only get to print array. I made some changes but it got worst and it was printing resource #2.
I did this a zillion times but I guess I am exhausted and "piss..." for not getting it.
This is my posting file that I was trying to incorporate your reverse_array
==========================================
<meta http-equiv="refresh" content="5" target="#end">
<?php
$fileName="messages.txt";
$fileOpen=@fopen($fileName,"r");
$fileRead=fread($fileOpen,filesize($fileName));
echo "<style type=\"text/css\">BODY{font-family:Verdana, Arial, Helvetica, sans-serif}</style>".$fileRead;
fclose($fileOpen);
?>
see if you can iluminate my path....I am only trying to get to post this reversed (from top to bottom)...
Tks again
Carla