Re: [PHP] Catch warnings

2005-11-16 Thread Mariano Guadagnini
Curt Zirzow wrote: On Tue, Nov 15, 2005 at 04:39:05PM -0300, Mariano Guadagnini wrote: Hi, i�m writting a php program that parses and saves some xml files on a server. The problem is that i want to catch warnings so as to be able to store them in a variable, but not to be put directly on cl

Re: [PHP] Catch warnings

2005-11-15 Thread Curt Zirzow
On Tue, Nov 15, 2005 at 04:39:05PM -0300, Mariano Guadagnini wrote: > Hi, i�m writting a php program that parses and saves some xml files on a > server. The problem is that i want to catch warnings so as to be able to > store them in a variable, but not to be put directly on client�s > browser.

[PHP] Catch warnings

2005-11-15 Thread Mariano Guadagnini
Hi, i´m writting a php program that parses and saves some xml files on a server. The problem is that i want to catch warnings so as to be able to store them in a variable, but not to be put directly on client´s browser. I got the following code, but i cannot get it working: //--