oto linia 7:
gdzie jest tu błąd?
<?php include("config.php"); ?> <div id="wpis"> <hr noshade="noshade" size="1" width="90%" /> </div> <?php } ?>
include("config.php"); $q = mysql_query("SELECT * FROM `shoutbox` ORDER BY `data` DESC LIMIT $iloscWpisow") or die(mysql_error()); { echo '<div id="wpis"> <strong>Nick: </strong>'.$r[1].'<br /> <p class="tresc">'.$r[2].'</p> <hr noshade="noshade" size="1" width="90%" /> <p class="data">'.$r[3].'</p> </div>;' }
include("config.php"); $q = mysql_query("SELECT * FROM `shoutbox` ORDER BY `data` DESC LIMIT $iloscWpisow") or die(mysql_error()); { echo '<div id="wpis"> <strong>Nick: </strong>'.$r[1].'<br /> <p class="tresc">'.$r[2].'</p> <hr noshade="noshade" size="1" width="90%" /> <p class="data">'.$r[3].'</p> </div>'; }