when i use the following
$fl_cont=readfile("textfile.txt");
$fl_size=filesize("textfile.txt");
displaying $fl_cont and $fl_size display the same result... i.e the size of the file. maybe i am using the functions in a wrong way.
when i read the PHP manual it said that readfile Reads a file and writes it to the output buffer. Returns the number of bytes read from the file. that added to my confusion! Please sort out things for me if u can!Thanx for the help!