Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: process.php

Parašė megar· 2011 Bal. 26 19:04:05
#7

zeck tai man dabar toki ismete

Table 'veiklain_db.DB_USER_STATUS' doesn't existTable 'veiklain_db.DB_USER_STATUS' doesn't exist

kaip tas lenteles sukurti nezinai ?


taip ?

<?php
$result = dbquery("CREATE TABLE ".$db_prefix."DB_USER_STATUS (
user_id SMALLINT(5) UNSIGNED NOT NULL,
stats VARCHAR(200) DEFAULT '' NOT NULL,
mood VARCHAR(10) DEFAULT '' NOT NULL
) TYPE=MyISAM;");

if($result)
echo "<center><p>Lentele sukurta.</p></center>";
else
echo "<center><p>Lentele nesukurta.</p>
<p>".mysql_error()."</p></center>";
?>