Posted by Kimmo Laine on 08/13/05 17:11
"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...
--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <eternal.erectionN0@5P4Mgmail.com>
Navigation:
[Reply to this message]
|