Write to a file with PHP (creating a visitors log file)

Submitted by forumnerds » Heres a tutorial on how to write to a file. You can write to a file in many differnt ways in PHP. You can overwrite the file each time you write to it, you can add to the end, and write to the begging of the file. You could also write anywhere in the file but thats a little more complicated than the rest so I'll leave that for now.
Rating: 3.3/5 | 601 clicks | 0 comments | 1 save | share | report

Comments on this tutorial

Discuss this tutorial

You must be logged in to comment on a tutorial.