5
here there is going to be "are you shore you want to remove this entery from tho database" thing.
7
if(!$_SESSION[logedin]){
10
header('Location: ./BooKa.php');
14
include "./inc/dbConnect.php";
17
$db->queryexec("BEGIN;
18
DELETE FROM users WHERE id = '{$_POST[id]}';
19
COMMIT;") or die("could not remove {$_POST[id]} from table:");
23
header('Location: ./BooKa.php?showadminpage=true&showrmuser=true');