Hi people,
I have run across this website many times, with the first impression that it was a website to ask a guy named 'Dani' questions about code *snicker*.
I haven't introduced myself. Maybe I will. But I have a question.
In building a program, I'm running mysql code. In a certain instance that's not foreign to the others, I try to update an id of a row where the id is set to something. (UPDATE page2module SET id = "0" WHERE id = "13")
it simply won't work. Can I not change the same field in which I get the row from?
I'm confused.
Help is appreciated,
-Josh