Random File Opener
Its basically what the name suggests. If you happen to have a folder full of movies and you wanna watch a random movie and don't know which one to choose? This might come in handy during those times. Hope you learn from this.
fopen
just to open the file for reading. In this lesson, we’re going to use the “hello.txt” file that we created in the writing of file lesson.
To start in this lesson, we are going to create a new PHP file called "readfile.php".