prepare("DELETE FROM consultation WHERE consid = :zid");
$stmt->bindparam(":zid", $cusid);
$stmt->execute();
header('location:cons_orders.php');
exit();
}
#####################################################################
############# DELETE template END ##############################
##########################################################################
$stmt = $conn->prepare("SELECT * FROM consultation ORDER BY consid DESC ");
// Excute the ststment
$stmt->execute();
//Assign To varriable
$rows = $stmt->FetchAll();
/*if($rows['adminid'] != 1) {
header('Location:logout.php');
exit;
}*/
?>
طلبات الإستشارة
#ID
الإسم
الهاتف
البريد
الشرح
إستشارة حول
ت الطلب
controll