Do the same thing for these rows
PHP Code:
$query = "DELETE FROM accounts WHERE id = '$delete'"; $result = mysql_query($query);
That is, change into this
PHP Code:
$query = "DELETE FROM accounts WHERE id = '$delete'"; $result = mysql_query($query) or die($query);
__________________
596f75206d65616e20796f752063616e2061637475616c6c79 207265616420746869733f
|