mysql dosent save(:()
#9

PHP код:
--
-- 
Table structure for table `account`
--

CREATE TABLE IF NOT EXISTS `account` (
  `
RegIDint(10NOT NULL auto_increment,
  `
Namevarchar(24NOT NULL,
  `
Passwordvarchar(129NOT NULL,
  `
Moneyint(15NOT NULL default '500',
  `
PosXfloat NOT NULL default '1642.23',
  `
PosYfloat NOT NULL default '-2240.5',
  `
PosZfloat NOT NULL default '13.4952',
  `
Bankint(15NOT NULL default '5000',
  `
AdminLevelint(1NOT NULL default '0',
  `
HPfloat NOT NULL default '100',
  `
Armorfloat NOT NULL default '0',
  `
Skinint(11NOT NULL default '1',
  `
RPTestint(11NOT NULL default '0',
  `
Kate1int(11NOT NULL default '0',
  `
Kate2int(11NOT NULL default '0',
  `
Kate3int(11NOT NULL default '0',
  `
Sexint(11NOT NULL default '0',
  `
Fractionint(11NOT NULL default '0',
  `
FractionRankint(11NOT NULL default '0',
  `
Hospitalint(11NOT NULL default '0',
  `
Ageint(11NOT NULL default '0',
  `
Phoneint(11NOT NULL default '0',
  `
PhoneNumberint(11NOT NULL default '0',
  `
UVint(11NOT NULL default '0',
  `
IsOnHospitalint(11NOT NULL default '0',
  `
BankPinint(11NOT NULL default '0',
  `
Jobint(11NOT NULL default 'Tццtu',
  
PRIMARY KEY  (`RegID`)
ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=294 ;


-- -------------------------------------------------------- 
Reply


Messages In This Thread
mysql dosent save(:() - by romka - 26.01.2014, 14:31
Re: mysql dosent save(:() - by Konstantinos - 26.01.2014, 14:35
Re: mysql dosent save(:() - by romka - 26.01.2014, 14:44
Re: mysql dosent save(:() - by Konstantinos - 26.01.2014, 14:55
Re: mysql dosent save(:() - by romka - 26.01.2014, 14:58
Re: mysql dosent save(:() - by romka - 26.01.2014, 15:23
Re: mysql dosent save(:() - by romka - 26.01.2014, 15:48
Re: mysql dosent save(:() - by Konstantinos - 26.01.2014, 15:53
Re: mysql dosent save(:() - by romka - 26.01.2014, 17:18
Re: mysql dosent save(:() - by romka - 26.01.2014, 18:16

Forum Jump:


Users browsing this thread: 2 Guest(s)