Hi there!
I'm making some kind of auction system. Is it possible to update mysql table automatically?
I have table field named "status". and when auction is open status value is 1 and when auction is closed value is 0. is it possible to update that field automatically?