prepare("DELETE FROM workshops WHERE wshid = :zid"); $delqu->bindparam(":zid", $delid); $delqu->execute(); header('location:workshops.php'); exit(); } ##################################################################### ############# DELETE template END ############################## ########################################################################## $stmt = $conn->prepare("SELECT * FROM workshops ORDER BY wshid DESC "); // Excute the ststment $stmt->execute(); //Assign To varriable $rows = $stmt->FetchAll(); /*if($rows['adminid'] != 1) { header('Location:logout.php'); exit; }*/ ?>

ورشات المكتب

+ ورشة جديدة
#ID إسم العميل هاتف العميل نوع الورشة مكان الورشة شرح كود ت إضافة controll
+ ورشة جديدة