this query does not work. update table temp set time=time+1 where id=1; it works if i use * but not + please help
I have a similar one, code is:
UPDATE photo SET views = views+1 WHERE (id = '$id')
My table is called photo. Works fine for me.