Posted by Chris Hope on 12/11/05 23:21
cover wrote:
> On Sun, 11 Dec 2005 12:11:02 -0700, Chuck Anderson
> <websiteaddress@seemy.sig> wrote:
>
>
>>Put - echo mysql_error(); - right after your query.
>
> Thanks, I inserted it as follows:
> $results = mysql_query($sqlquery);
> echo mysql_error();
> mysql_close();
>
> and received the following error :
> "Column count doesn't match value count at row 1"
>
> looked at the database again and field lengths were okay to accomodate
> variable content - thoughts?
It means you have eg 35 columns in your database but your sql string
only has values for 34 of them. See the other message I just posted a
couple of minutes ago.
--
Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com
Navigation:
[Reply to this message]
|