I want to keep ips from visitors and place them on a file. I tried fwrite() function but I think it is rewrite on the previus ip on file.
Example.
ip.txt is
Change "w" to "a"
W means write (over), a means append.