Hello I have little problem with this:
require_once("dbconnect.php");
mysql_query('set names utf8');
$query = ('DELETE FROM `gallery` WHERE `id` = 16') or die("failed");
It not delete record from DB. Can you help me? Thanks. dbconnect.php is correct.