SyntaxFix
Write A Post
Hire A Developer
Questions
You have to loop the file till end of file.
while(!feof($file)) { echo fgets($file). "<br />"; } fclose($file);