background preloader

PHP

Facebook Twitter

PHP Tutorial. PHP Cheat Sheets. Fopen. If there is a file that´s excessively being rewritten by many different users, you´ll note that two almost-simultaneously accesses on that file could interfere with each other.

fopen

For example if there´s a chat history containing only the last 25 chat lines. Now adding a line also means deleting the very first one.