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