box2207
Новичок
Warning: (null)() [function.mysql-free-result]: 1 result set(s) not freed. Use mysql_
Почему ошибка ??? где я ошибся ???
Warning: (null)() [function.mysql-free-result]: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0
$query = "INSERT INTO dbh2 VALUES('','".$t2."','" .$t . "','".$t1."')";
Структура таблицы `dbh2`
--
CREATE TABLE `dbh2` (
`id_a_end` int(11) NOT NULL auto_increment,
`fi` text NOT NULL,
`fi1` text NOT NULL,
`fi2` text NOT NULL,
PRIMARY KEY (`id_a_end`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--
Почему ошибка ??? где я ошибся ???
Warning: (null)() [function.mysql-free-result]: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0
$query = "INSERT INTO dbh2 VALUES('','".$t2."','" .$t . "','".$t1."')";
Структура таблицы `dbh2`
--
CREATE TABLE `dbh2` (
`id_a_end` int(11) NOT NULL auto_increment,
`fi` text NOT NULL,
`fi1` text NOT NULL,
`fi2` text NOT NULL,
PRIMARY KEY (`id_a_end`)
) ENGINE=MyISAM DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;
--