add DB connection to the mysql_query()
zdorian Reviewed by zdorian on . Why this php code not work? <?php $siturl = $_POST; $removee = $_POST; if (isset($removee)) { mysql_query("DELETE FROM wcddl_blacklist WHERE url = '.$siteurl.'"); } ?> Rating: 5