[PHP] R: [PHP] R: [PHP] session_start() and fopen

2006-09-14 Thread Fabri
Hi Chris, thanks for your feedback: at least now I know that the script is correct, I am using version 4.3.10, I will investigate if some bug is present in this version. Fabri -Messaggio originale- Da: Christopher Weldon [mailto:[EMAIL PROTECTED] Inviato: giovedì 14 settembre 2006 21.31

[PHP] R: [PHP] session_start() and fopen

2006-09-14 Thread Fabri
Hi Christopher: this is just a simplified code, I use it to generate some xml file, no loop is present. Try it as it is: you will find that two files will be generated while it should be only one. If you remove 'session_start()' then only one file will be generated: that's

[PHP] session_start() and fopen

2006-09-13 Thread Fabri
Hello, would you please help me on this issue that is making me crazy? I start a session with session_start() and I need to write a file, the file is written twice! If I remove session_start the code works obviously fine. I used the date as name of file so I can see the problem, otherwise