PHP Problems using NULL with bindvalue
I am almost certain I've just been looking at the same code too long and I'm not seeing it. I've also read, over and over, again the simiilar question : [https://stackoverflow.com/questions/11692773/php-mysql-pdo-refuses-to-set-null-value][1] This works: $updateqry = $db->prepare( 'UPDATE Objects SET InventorGroup=:NEWGROUP…