Use fopen(), fread(), and fclose() to open, read, and close a file
Use fgets() to read a single line from a file
Use feof() to read through a file, line by line, until end-of-file is reached
"; } fclose($myfile); ?>
Use fgetc() to read a single character from a file