On Wed, Aug 14, 2013 at 3:30 AM, Borgo Italia <[email protected]> wrote:
> Hi > a question. > Given the following code: > <?php > //........ > echo "record aggiornato"; > header( "refresh:3;url=000003.php") > ?> > in localhost and remote, i use the version 5.2.3, gives me the error: > > record aggiornato > Warning: Cannot modify header information - headers already sent by > (output started at C:\AppServ\www\corso\0_protezione\000002.php:2) in > C:\AppServ\www\corso\0_protezione\000002.php on line 3 > > while of my colleagues(version 5.2.12 and version 5.3.4), always localhost > or remotely; works perfectly? > Depends on some setting in php.ini or the php version? > > This is not a support list. But I am betting your colleagues don't have error reporting enabled. For further help, see http://php.net/support -Hannes
