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?
Thanks in advance for the answer,
Gianni