PHP/MySQL Question? -
What does it mean after appearing on the screen?
And what are some of the ways to fix this?
The column count does not match the value count on line 1
It seems that I'm giving a problem.
$ query2 = "Questions Question (tag_id, users_questions_id) values ('$ id', (Tag with id select tag where '='". $ Tag [$ x] ',' $ Page ') ";
I have deleted the $ id and now I get the following error.
column' tag_ id 'is not empty
In your query you are specifying 2 columns in the columnist, but then Provide 3 values in the price list. Either give the name of the third column or Delete values.
Comments
Post a Comment