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
9d1db319
Commit
9d1db319
authored
Oct 25, 2019
by
Polavarapu Satya Durga Lalitha Rao Sarma
Browse files
last donated php file
parent
ca8fd0c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lastdd.php
0 → 100644
View file @
9d1db319
<?php
include
(
'init.php'
)
?>
<?php
$obj
=
new
base_class
;
if
(
$obj
->
Normal_Query
(
"SELECT dd,uname,blood,id,mobile from bloo"
)){
echo
"the donor"
echo
$name
;
echo
"of blood group"
echo
$blood
;
echo
"has donated his blood "
echo
$dd
;
echo
"months ago and his mobile number is"
echo
$mobile
.
"<br>"
;
}
?>
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