Posted by Alvaro G Vicario on 05/13/05 17:53
*** Angelos wrote/escribió (Fri, 13 May 2005 10:08:18 +0000 (UTC)):
> Hello again... I was wondering is there any way to check or output in the
> errors string which file or where in my code the headers have been sent ?
This is the error message I get with PHP 4.1.2 when such error happens:
Warning: Cannot add header information - headers already sent by (output
started at /mnt/webs/Pruebas/www/borrame.php:7) in
/mnt/webs/Pruebas/www/borrame.php on line 9
Have you disabled error reporting? Try this:
error_reporting(E_ALL);
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Navigation:
[Reply to this message]
|