Showing posts with label php fgets. Show all posts
Showing posts with label php fgets. Show all posts

Sunday, June 30, 2013

php fopen and how to use it

php fopen function and how to use it with files In this lesson we will talk about how to deal with files in php, first let's create a text file and name it "text.txt", write whatever you want in it  After that we will use php...
Read More