# forum.php
Codice PHP:
<?php
if ( $_SERVER['PHP_SELF'] != '/index.php' )
{
header('Location: index.php?page=home');
}
?>
# error
Codice PHP:
WarningCannot modify header information headers already sent by (output started at /home/mhd-01/localhost/htdocs/forum.php:4in /home/mhd-01/localhost/htdocs/home.php on line 4