Q:

echo fread($myfile,filesize("webdictionary.txt"));

<?php
    $myfile = fopen ("webdictionary.txt" , "r") or die ("Unable to open file!");
    echo fread ("$myfile", filesize ("webdictionary.txt"));
    fclose ($myfile);
0

New to Communities?

Join the community