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
a9aaf385
Commit
a9aaf385
authored
Oct 26, 2019
by
Nunna Satya Surya Venkat
Browse files
Update insert.php
parent
ce7356d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
insert.php
View file @
a9aaf385
...
...
@@ -15,7 +15,7 @@ $ld= $_POST['ago'];
$sql
=
"INSERT INTO bloo (uname,blood,age,mobile,city,dd) VALUES ('
$name
', '
$blood
',
$age
,'
$mobile
','
$city
',
$ld
)"
;
$sql
=
"INSERT INTO bloo (uname,blood,age,mobile,city,dd) VALUES ('
$name
', '
$blood
',
$age
,'
$mobile
','
$city
',
'
$ld
'
)"
;
$result
=
mysqli_query
(
$con
,
$sql
);
if
(
$result
==
true
)
...
...
Write
Preview
Markdown
is supported
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