FreePHP: Web html5 Glypicons
Built in Google APIs & bootstrap. this is a free source and you have free to use this as buttons on your website or other developments.
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". fopen (filename, mode)
so we’re going to open a file and we’re to provide a filename and we’re going to tell it what mode is should open it. And remember using “fopen” opens up a file whether it exists or not so we will create it if necessary.
At this time, we will know first how to deal with FILE ACCESS MODES:
Below are the three basic ways to open a file and the corresponding character that PHP uses.