Zacząłem tworzyć swojego pierwszego infusiona i mam problem przy skryptach nie pokazuje mi się tabela:
Przykład:
http://nfs-pl.ovh.org/infusions/nfs_racer_u2/ranking.phpPowinno być:
http://nfs-pl.ovh.org/viewpage.php?page_id=24<?php
/*---------------------------------------------------+
| php-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright Š 2002 - 2005 Nick Jones
| <a href="http://www.php-fusion.co.uk/" target="_blank">http://www.php-fusion.co.uk/</a>
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit <a href="http://gnu.org" target="_blank">http://gnu.org</a>
+----------------------------------------------------*/
require_once "../../maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
openside("NFS Underground 2 Racer");
<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";
{
<td>".$table['nick']."</td>
<td>".$table['gg']."</td>
<td>".$table['ostatnio']."</td>
<td>".$table['wynik']."</td>
</TR>";
}
closeside();
require_once BASEDIR."side_right.php";
require_once BASEDIR."footer.php";
?>
Ten post edytował Earth 6.12.2006, 16:38:01