Prueba esto:
Código PHP:
Ver original<?php
include("connect.php");
$usuario=$_SESSION["id"];
$id=$_REQUEST["id"];
$to_mem="select * from members where id=$id";
//die($query);
$to_mem=mysql_query("DELETE FROM members WHERE id='$usuario' and picture='$id'");
{
header("Location: show_perfil.php?msg=".urlencode('La imagen ha sido removida')); }
else
{
header("Location: show_perfil.php?msg=".urlencode('Imposible remover imagen, por favor intenta de nuevo')); }
?>
Se te olvidó un mysql_query