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

2006-09-15 Thread Richard Lynch
On Thu, September 14, 2006 1:17 pm, Fabri wrote: 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

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

2006-09-14 Thread Fabri
-Messaggio originale- Da: Christopher Weldon [mailto:[EMAIL PROTECTED] Inviato: mercoledì 13 settembre 2006 22.28 A: Fabri Cc: php-general@lists.php.net Oggetto: Re: [PHP] session_start() and fopen -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabri wrote: Hello, would you please help me

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

2006-09-14 Thread Christopher Weldon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabri wrote: 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()'

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

2006-09-14 Thread Fabri
A: Fabri Cc: php-general@lists.php.net Oggetto: Re: [PHP] R: [PHP] session_start() and fopen -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabri wrote: 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

[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

Re: [PHP] session_start() and fopen

2006-09-13 Thread Curt Zirzow
On 9/13/06, Fabri [EMAIL PROTECTED] wrote: Hello, would you please help me on this issue that is making me crazy? I'll try 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. This has never

Re: [PHP] session_start() and fopen

2006-09-13 Thread Christopher Weldon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fabri wrote: 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.