Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Lentelė

Parašė d0mce· 2009 Gru. 20 12:12:15
#1

Sveiki, taigi į savo portalą įsimečiau naujiausi siuntiniai kuris yra toks:
echo "<table width='100%'>
<tr>
<td width='33%'>";
openside("Naujausia muzika");
echo "

<div class='side-label'><b></b></div>\n";
$result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_datestamp DESC LIMIT 20");
if (dbrows($result) != 0) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
while ($data = dbarray($result)) {
echo "<tr>
<td class='small'>
<img src='http://wiskas.lt/images/rs.png'>
<a href='".BASEDIR."downloads.php?d_id=".$data['download_id']."' title='".$data['download_title']."'
class='side'>".trimlink($data['download_title'], 75)."</a>

</td>
<td align='right'><img src='http://wiskas.lt/images/bullet.gif'<a> Komentarai:</td>
<td align='right'>".dbcount("(comment_id)", "comments", "comment_type='D' AND comment_item_id='".$data['download_id']."'")."</td>

<td align='right'><img src='http://wiskas.lt/images/bullet.gif'<a> Atsiusta:</td>
<td align='right'>".$data['download_count']."</td>
</tr>";
}
echo "</table>";
} else {
echo "<div style='text-align:center'>".$locale['004']."</div>\n";
}

$result = dbquery("SELECT count(download_id) FROM ".$db_prefix."downloads");
echo "<MARQUEE direction='left'>Musu siuntinius palaiko <b>".dbresult($result, 0)."</b> Failai!</MARQUEE>\n";

$result = dbquery("SELECT SUM(download_count) FROM ".$db_prefix."downloads");
echo "<MARQUEE direction='right'>Atsisiusta: [".dbresult($result, 0)."]</MARQUEE> ";
closeside();
echo "</tr>
</table>";




Ir kai ją sukuriu viršuje rašo

Table 'd0mce_aaaa.comments' doesn't existTable 'd0mce_aaaa.comments' doesn't existTable 'd0mce_aaaa.comments' doesn't existTable 'd0mce_aaaa.comments' doesn't existTable 'd0mce_aaaa.comments' doesn't exist




Suprantu, kad nėra sukurtos lentelės, o kaip ją sukurt?
Kas padės ram +REP
Ačiū, iškart už pagalbą