Olmadi malesef "img/images/" ve "img/thumbs/" icinde resimler bende ugrastim biraz ama beceremedim kodlari bidaha yaziyim yardimci olabilen olursa iyi olur aslinda ..

Alıntı
<?php
include("include/db.php");

$tempID = $_GET["tempID"];

$deletetemplate = mysql_query("delete from temp_content where temp_id='$tempID'");


if($deletetemplate) {
header("Location: index.php?admin=showtemp");
} else {
}
?>