Na stronie chciałem wkleić kod który by wyświetlał posty wymęczyłem coś takiego:
<html> <center><b>OSTATNIE POSTY</b></center> <br> <table> <?php $zapytanie = "SELECT * FROM phpbb_topics ORDER BY topic_last_post_id DESC LIMIT 0,8"; { ?><tr> <td align="left"><img src="/forum/templates/BBLite/images/icon_newest_reply.gif" border="0" align="top"></td> <td align="left"><a href="forum/viewtopic.php?t=<?=$wiersz['topic_last_post_id']?>" target="_blank" ><?=$wiersz['topic_title']?></a></td> <td align="center">(<?php=$wiersz['topic_replies']?>)</td> </tr> <?php } ?> </table> <br> <center><b> <A HREF="http://www.e-testosterone.pl">[Wejdź na forum]</A> </b></center> </html>
Kod wyświetla tylko html a php jakby nie było gdzie jest błąd??