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

Parašė ramon· 2007 Gru. 22 17:12:32
#6

Jus abu nesupratot ko jis prase,
Stai mysql kodas :

<?php
include "maincore.php";
include THEME."theme.php";
echo "<meta http-equiv='Content-Type' content='text/html; charset=windows-1257'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>\n";
$sql = dbquery("CREATE TABLE ".$db_prefix."reitingai (
reitingai_id BIGINT( 20 ) NOT NULL AUTO_INCREMENT ,
reitingas DECIMAL( 20,2 ) NOT NULL ,
vartotojo_id BIGINT( 20 ) NOT NULL ,
PRIMARY KEY ( reitingai_id )
) TYPE = MYISAM ;");
if ($sql) {
   echo "Duombaz&#235; sukurta, galite trinti sql.php fail&#224;";
} else {
   echo mysql_error();
}
?>




P.S. Atsiuntus virs mano posto prisegta faila ten yra iskarto viskas t.y. modas su readme failu kur viskas paaiskinta..

Redagavo ramon· 2007 Gru. 22 17:12:27