non va anche se ci metto solo
<?PHP
header("location: http://www.google.it");
?>
come codice oppure
<?PHP
@header("location: http://www.google.it");
?>
non va anche se ci metto solo
<?PHP
header("location: http://www.google.it");
?>
come codice oppure
<?PHP
@header("location: http://www.google.it");
?>