merhaba elimde bir dosya upload scripti var fakat 127.dosyadan sonra database e dosya bilgilerini kaydetmiyor.

database yapısı
mysql_query("CREATE TABLE file (
id tinyint(4) NOT NULL auto_increment,
name text NOT NULL,
count text NOT NULL,
how text NOT NULL,
skey text NOT NULL,
type text NOT NULL,
size text NOT NULL,
exp text NOT NULL,
point text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM; ");
mysql_query("CREATE TABLE ads (
id tinyint(4) NOT NULL auto_increment,
text text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM; ");
mysql_query("CREATE TABLE general (
id tinyint(4) NOT NULL auto_increment,
max text NOT NULL,
visit text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM; ");
mysql_query("INSERT INTO `general` VALUES (1, '900000000000', '1');");
sorun nedir yardım ederseniz çok sevinirim