$droptable = \'DROP TABLE cars\'; $resultd = $db->prepare($droptable); $resultd->execute(); $printresult = $resultd->fetchAll(); echo "<