|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-09 14:04 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Using Linux RH 7.0 / Apache 1.1.14 / php 4.01 When I am using my computer at the same time as web-server & netscape-browser... When writing some text into a .txt file (fPutsS($file_handle,$sentence);), the record is made twice inside this file. Exactly same happends when executing exec("echo \"$sentence\" >> file.txt", $sortie, $handle); When browsing from external computer, this does no happend, and the writing in the .txt file does happen only once