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
KL Hostel Outing Automation
Commits
16baf53e
Commit
16baf53e
authored
Mar 18, 2021
by
Srinivas
Browse files
Update du7.php
parent
82538443
Pipeline
#37746
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
du7.php
View file @
16baf53e
<?php
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
<!DOCTYPE html>
<html>
...
...
@@ -180,8 +182,6 @@ window.onload = function(){
<div
id=
"main"
>
<button
class=
"openbtn"
onclick=
"openNav()"
>
☰
</button>
<?php
$connection
=
mysqli_connect
(
"localhost"
,
"root"
,
""
);
$db
=
mysqli_select_db
(
$connection
,
'test'
);
$query
=
"SELECT * FROM student where ID='
$x
' "
;
$query_run
=
mysqli_query
(
$connection
,
$query
);
?>
...
...
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