
Moze ktos zerknac i wskazac gdzie jest rozwiazanie tego bledu?
<?php require "mysql_config.php"; connection(); echo " <html> <head> <link rel=\"shortcut icon\" href=\"images/repair.png\" /> <meta http-equiv=\"Content-type\" content=\"text/html; charset=ISO-8859-2\" /> <title>YourBalance - check your money anywhere you are!</title> <link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\" /> </head> <body style=\"margin:0;padding:0;text-align:center; background:rgb(20%,20%,20%);\"> <div id=\"calastrona\" style=\"box-shadow:0px 0px 6px black; text-align:center; width:900px; margin-left:auto; margin-right:auto;\"> <div style=\"margin-left:auto;margin-right:auto;\"> <div style=\"border:1px solid black; position:relative; width:100%; height:200px;\"> <img src=\"images/header.png\" width=\"100%\" height=\"200\" alt=\"Logo strony\"> <div style=\"position:absolute; bottom:110;left:80;\"> <font face=\"Verdana\"><font color=\"yellow\">YourBalance</font><font color=\"white\"> - <font size=\"2\">check your money anywhere you are!</font></font></font> </div> </div>"; echo " <div id=\"menu\" style=\"width:100%; color:white; text-align:left; padding:0px;\"> <ul class=\"menu_poziome\"> <li><a href=\"index.php\">Strona główna</a></li> <li><a href=\"logout.php\">Logout</a></li> <li><a href=\"panel.php\">Panel użytkownika</a></li> <li><a href=\"contact.php\">Kontakt</a></li> </ul> </div>"; echo " <div id=\"menu\" style=\"width:100%; color:white; text-align:left; padding:0px;\"> <ul class=\"menu_poziome\"> <li><a href=\"index.php\">Strona główna</a></li> <li><a href=\"login.php\">Login</a></li> <li><a href=\"panel.php\">Panel</a></li> <li><a href=\"manage.php\">Manage</a></li> </ul> </div>"; } else { echo " <div id=\"menu\" style=\"width:100%; color:white; text-align:left; padding:0px;\"> <ul class=\"menu_poziome\"> <li><a href=\"index.php\">Strona główna</a></li> <li><a href=\"login.php\">Login</a></li> <li><a href=\"register.php\">Rejestracja</a></li> <li><a href=\"contact.php\">Kontakt</a></li> </ul> </div>"; } //$news = mysql_query("SELECT `news` FROM `main`"); //$news = mysql_fetch_array($main_content); echo "<div id=\"tresc\" style=\"background:rgb(0%,0%,0%); height:auto; text-align:left; padding:40px; color:white;\"> </br><br><font color=\"green\" size=\"4\"><b> Lorem Ipsum</b></font> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> <div id=\"stopka\" style=\"background:rgb(0%,0%,15%);widht:100%; height:20px; color:white;\"> Copyright 2012 Damian Fryc </div> </div> </body> </html>"; ?>
Dzieki
