EagerWolf Posted November 28, 2007 Share Posted November 28, 2007 OK the point is that I need to write files on my local server .. Everything works fine... The problem is when writing new multiple files PHP freezes. It just stop executing and freez. I assume the problem is while file is still being written and another command come to write new file ... I tried to check with the function file_exists(), but the problem is that file exists, but it is now jet written... I thought if there is any command to wait for let's say 4 seconds and than continue... But I didn't find anything. Any suggestions? Link to comment https://forums.phpfreaks.com/topic/79245-error-while-writting-files/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.