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

[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: y

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] 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 correct! Fabri -M