Posted by Ward B on 08/13/05 01:57
Dave,
I figured it out and you gave me the motivation to try it out.
I had to change "icaodesc" to the correct column name "task_icaodesc."
I didn't think that's what was being defined here (or I can't describe
it the correct jargon). But thanks for giving me the "kick in the
head" to try it.
Now the problem is....the data isn't transferring over the the script
that does the MySQL update. Oy! It just never ends. I'm sure it's
the _$POST array something or other.
Thanks again.
Ward
On Fri, 12 Aug 2005 18:12:25 +0100, Dave <dave@REMOVEbundook.com>
wrote:
>On Fri, 12 Aug 2005 16:58:48 -0400, Ward B decided we needed to hear:
>
>> Greetings all.
>>
>> I'm getting the following error message...
>>
>> Unknown column 'icaodesc' in 'field list'
>>
>> when I try to update a table from a PHP form.
>>
>> What 'field list' is it referring to? My PHP script or the MySQL
>> table???
>
>The MySQL table - icaodesc is evidently not a column in the table.
>
><snip>
[Back to original message]
|