hey guys...
i know this is a very common problem and has been posted earlier also... but nobody seems to have figured out a solution...
i am making a program using PHP/MySQL.
I need to update 3 columns in a table. when i use a single UPDATE-SET command(using commas/AND etc etc.... i've tried them all).. only the first field gets updated, the other 2 remaining as they are.
When i use three seperate UPDATE commands, one for each column, FUNNILY, the first and the third columns get updated, and for some GOD KNOWS WHAT reason, the second column just refuses to change...
the code is correct and is infact the same for all 3 statements (with the "field_name" beng different of course..)
please help as this is really bugging...
thx..