ďťż

[CMS] PHP-Fusion Mój pierwszy infusion - problem z tabelą

       

Podstrony


telcocafe

Zacząłem tworzyć swojego pierwszego infusiona i mam problem przy skryptach nie pokazuje mi się tabela:

Przykład:
http://nfs-pl.ovh.or..._u2/ranking.php
Powinno być:
http://nfs-pl.ovh.or....php?page_id=24

<?php /*---------------------------------------------------+ | PHP-Fusion 6 Content Management System +----------------------------------------------------+ | Copyright © 2002 - 2005 Nick Jones | http://www.php-fusion.co.uk/ +----------------------------------------------------+ | Released under the terms & conditions of v2 of the | GNU General Public License. For details refer to | the included gpl.txt file or visit http://gnu.org +----------------------------------------------------*/ require_once "../../maincore.php"; require_once BASEDIR."subheader.php"; require_once BASEDIR."side_left.php"; openside("NFS Underground 2 Racer"); print (' <TABLE WIDTH="100%" BORDER="5" BORDERCOLOR="black"> <TR BGCOLOR="#4D4D4D"> <TD WIDTH="40%"><FONT color=white>Nick:</FONT></TD> <TD WIDTH="30%"><FONT color=white>GG:</FONT></TD> <TD WIDTH="15%"><FONT color=white>Ostatnio:</FONT></TD> <TD WIDTH="15%"><FONT color=white>Wynik:</FONT></TD> </TR>'); $query = "SELECT *FROM nfsu2_ranking"; $result = mysql_query($query); while ($table = mysql_fetch_array($result)) { echo "<TR> <td>".$table['nick']."</td> <td>".$table['gg']."</td> <td>".$table['ostatnio']."</td> <td>".$table['wynik']."</td> </TR>"; } print ('</TABLE>'); closeside(); require_once BASEDIR."side_right.php"; require_once BASEDIR."footer.php"; ?>

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.