Update Not Working

I've got a form that's supposed to update a db enty. I have no clue why it won't run. The query works fine in phpmyadmin. I've dumped $_POST and everything has a value.

try{
               
                $db = new PDO($dsn, $dbUsername, $dbPassword, array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION));
               
            }catch(\PDOException $e){ echo $e->getMessage();}
           
            try{
           
                $sqlUpdateAd = $db->prepare("UPDATE...
PHP:
Update Not Working

from PHP http://ift.tt/1RKR66q
via IFTTT
Thanks for your comment
Loading...