link.php:
-Codice PHP:
<?
switch($_GET['id'])
{
case 1:
Header("Location: http:/ / www . google.it/");
break;
case 2:
Header("Location: http:/ / www . virgilio.it/");
break;
case 3:
Header("Location: http:/ / www . roma.it/");
break;
default:
Header("Location: http:/ / www . miosito.it/not_found.html");
}
?>
pagina.html:
codice:link1
![]()