I've got a script that runs an UPDATE table SET fields WHERE id=$id. Whenever I run it, nothing gets updated. However, the same script on another server works just perfect. I'm using DBI.
I've checked the code over and over again and there's nothing wrong with it. So why's this happening?? Any ideas?