|
Posted by John Moore on 10/31/05 17:11
On 31 Oct 2005 06:58:49 -0800, in comp.lang.php "Ian B"
<ianbambury@gmail.com> wrote:
>Another thought...
>
>Have you actually got an about_id equal to 5 (or whatever) because if
>you haven't, then the query will not raise an error but also not update
>anything.
>
>and is about_id numeric? (Off the top of my head, I'm not sure what
>you'd get if it was a VARCHAR, but it's easier for you to check than
>for me to test :-)
>
>Ian
Hi Ian,
All the id fields are int.
But I just found a problem with my global variable at the beginning of
the function. I'm going to get rid of it and try to add that variable
as a parameter.
I think the update is running, it's the variable that isn't changing.
Thanks again,
J Moore
Navigation:
[Reply to this message]
|