SQL & loop problem
#7

Quote:
Originally Posted by zPain
Посмотреть сообщение
PHP код:
[04:02:30] [DEBUGCMySQLResult::GetRowDataByName row'0'field"ID"data"1" 
I still think the problem is about the index (0-1) matter. Otherwise, you should share more of the source code with us.
Well that is the actual full code mate, nothing besides it really.
This is the only thing left to share to be honest
PHP код:
CREATE TABLE `factories` (
    `
IDINT(10NOT NULL AUTO_INCREMENT,
    `
NameVARCHAR(50NULL DEFAULT NULL,
    `
ResourcesFLOAT UNSIGNED ZEROFILL NULL DEFAULT '000000000000',
    
PRIMARY KEY (`ID`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB
AUTO_INCREMENT
=11

Reply


Messages In This Thread
SQL & loop problem - by TwinkiDaBoss - 15.12.2015, 01:40
Re: SQL & loop problem - by zPain - 15.12.2015, 01:44
Re: SQL & loop problem - by TwinkiDaBoss - 15.12.2015, 01:53
Re: SQL & loop problem - by zPain - 15.12.2015, 01:57
Re: SQL & loop problem - by TwinkiDaBoss - 15.12.2015, 02:04
Re: SQL & loop problem - by zPain - 15.12.2015, 02:28
Re: SQL & loop problem - by TwinkiDaBoss - 15.12.2015, 02:32
Re: SQL & loop problem - by Vince - 15.12.2015, 08:42
Re: SQL & loop problem - by vassilis - 15.12.2015, 13:01
Re: SQL & loop problem - by TwinkiDaBoss - 15.12.2015, 14:33

Forum Jump:


Users browsing this thread: 4 Guest(s)