But going back to my question. What happens when 2 people access the same file when you use an excluseive lock? Will it fail? However, flock()'ing after fopen() is useless but has been (somewhat) fixed. What does that supposed to mean...wh is it useless...They do it on php's manual. Nevertheless, I ...
I made a simple little script to log the ip/time of every person that posts something...EX. Login form or something. I've used scripts like this in the past to prevent brute force attacks on my logins, but I used a mysql database which makes things so much easier. I decided to implement the same met...