Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Blood Service Portal
Commits
2fdb89f1
Commit
2fdb89f1
authored
Oct 26, 2019
by
Ajayguru Madu
Browse files
Upload New File
parent
8ee6d1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/delete.php
0 → 100644
View file @
2fdb89f1
<?php
require
(
'db.php'
);
$id
=
$_REQUEST
[
'id'
];
$query
=
"DELETE FROM bloo WHERE id=
$id
"
;
$result
=
mysqli_query
(
$con
,
$query
)
or
die
(
mysqli_error
());
header
(
"Location: view.php"
);
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment