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
06052d5b
Commit
06052d5b
authored
Mar 18, 2021
by
Srinivas
Browse files
Update du6.php
parent
369e531e
Changes
1
Hide whitespace changes
Inline
Side-by-side
du6.php
View file @
06052d5b
<?php
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
<!DOCTYPE html>
<html>
...
...
@@ -145,8 +148,6 @@ window.onload = function(){
<button
class=
"openbtn"
onclick=
"openNav()"
>
☰
</button>
<table>
<?php
$connection
=
mysqli_connect
(
"localhost"
,
"root"
,
""
);
$db
=
mysqli_select_db
(
$connection
,
'test'
);
$query
=
"SELECT * FROM registrations where ID='
$x
' "
;
$query_run
=
mysqli_query
(
$connection
,
$query
);
?>
...
...
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