Posted by Ward B on 08/13/05 19:00
Well that's interesting Kimmo.
I'll try that out.
BTW, I did figure out why it isn't working...had to do with using the
$ in the NAME.
Thanks.
Ward
On Sat, 13 Aug 2005 17:11:08 +0300, "Kimmo Laine"
<eternal.erectionN0.5P@Mgmail.com> wrote:
>"Ward B" <WardB1969@hotmail.com> kirjoitti
>viestissä:t5aqf1pus6oo1ndohmflqejhr7k2nncs1n@4ax.com...
>> 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.
>
>
>Vell, you can test what data has been sent to the script by dumping all of
>it.
><?php
>var_dump($_REQUEST);
>var_dump($_GET);
>var_dump($_POST);
>?>
>
>See what they contain...
[Back to original message]
|