What does the following mean when displayed on the screen?
And what are some solutions to correct it?
Column count doesn't match value count at row 1
Code I think is giving me a problem.
$query2 = "INSERT INTO question_tags (tag_id, users_questions_id) VALUES ('$id',(SELECT id FROM tags WHERE tag='" . $tags[$x] . "'), '$page')";
I removed the $id and now I get the following error.
Column 'tag_id' cannot be null