shade11
(относительно мессаги в привате и не только)
Если "новичок и много чего не понимаешь", то не пиши глупостей. А именно:
1) time() возвращает UNIX Timestamp, а это кол-во секунд с 1 января 1970 года до текущего момента. И скажи каким образом оно может повториться на следующий день?
2) Тебе перевести описание ф-ции tempnam()? Или сам переведёшь?
string tempnam (string dir, string prefix)
Creates a file with a unique filename in the specified directory. ...
Note: This function's behavior changed in 4.0.3. The temporary file is also created to avoid a race condition where the file might appear in the filesystem between the time the string was generated and before the the script gets around to creating the file. Note, that you need to remove the file in case you need it no more, it is NOT done automatically.
И это не бред?