Próbowałem zrobić przekierowanie (
) Ale zamiast przekierowanie pokazuje się "Warning: Cannot modify header information - headers already sent" i nie wiem co z tym fantem zrobić. Może ktoś ma jakieś inne rozwiązanie problemu.
<?php ?>
<html> <head> <title>Olimpus MMORPG</title> <META http-equiv=Content-Type content="text/html; charset=iso-8859-2"> <link rel="Stylesheet" type="text/css" href="style.css" /> </head> <body> <center> <div id="top"> <div id="NAGLOWEK"> <img src='left.jpg'><img src='banner.jpg'><img src='right.jpg'> </div> <div id="MENU"> Menu </div> <div id="TRESC"> Tresc<br> <pre><?php if($_GET[site] != '') { include(''.$_GET[site].'.txt'); } else { } ?> </div> <div id="STOPKA"> <? include('Stopka.txt'); ?> </div> </div> </center> </body> </html>