> > By the way, did I mention a call to exit in the script I am sure the > > program flow should not go, WILL stop the unwanted effect (the second > > message in the database with the pageid field of 100), but WILL NOT EXIT > > THE PROGRAM WHOLE! The rest of the program is still executed normally. > > Now, that can't be normal. > That's what I experienced, too. > I couldn't locate which line of my code causing this. > I think if you move code blocks, PHP stops doing that. > Hope you can find what kind of code cause this...
None of the PHP code should be the offending party in this, it clearly is behavior that cannot be caused by bugs in the script. An exit is an exit, and it should terminate the script immediately. It almost seems as if there are multiple threads running the script. *shrugs* Ivo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]