Тема: #1366 - Incorrect integer value: '' for column 'id' at row 1#1366 - In
Уважаемые форумчане, ОЧЕНЬ СРОЧНО НУЖНА ВАША ПОМОЩЬ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
При добавлении данных в таблицу выдает ошибку (#1366 - Incorrect integer value: '' for column 'id' at row 1#1366 - In)
Как ее решить????
вот таблица:
Поле Тип Ноль По умолчанию Допольнительно
id int(4) Да NULL auto_increment
title varchar(255) Да NULL
description text Да NULL
text text Да NULL
date date Да 000-00-00
author varchar(255) Да NULL
а вот запрос на добавление инфи:
mysql_query("INSERT INTO news (title,description,text,date,author) VALUE ('$title','$description','$text','$date','$author')");