Notice: Undefined index: link in c:\inetpub\wwwroot\kuba\autor2.php on line 2
Notice: Undefined index: link in c:\inetpub\wwwroot\kuba\autor2.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\kuba\autor2.php:2) in c:\inetpub\wwwroot\kuba\autor2.php on line 7
a to jest kod:
<?php header (\"Location: http://\" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . \"/autor.php\"); } else { switch (($_GET['link'])) { case 'dodaj': $strona = 'autor - dodaj komentarz'; break; case 'komentarze': $strona = 'autor - komentarze'; break; } } //koniec ?>