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
663e77f1
Commit
663e77f1
authored
Mar 18, 2021
by
Srinivas
Browse files
Update nouse.php
parent
fe1137e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
nouse.php
View file @
663e77f1
<?php
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
<!DOCTYPE html>
<html
lang=
"en-ca"
>
...
...
@@ -421,8 +423,6 @@ window.onload = function(){
</ul>
</form>
<?php
$connection
=
mysqli_connect
(
"localhost"
,
"root"
,
""
);
$db
=
mysqli_select_db
(
$connection
,
'test'
);
$query
=
"SELECT * FROM registrations where status='Left' "
;
$query_run
=
mysqli_query
(
$connection
,
$query
);
if
(
!
isset
(
$_POST
[
'search'
])){
...
...
@@ -600,4 +600,4 @@ echo "<script>location.href='sec.php'</script>";
</body>
</div>
</html>
\ No newline at end of file
</html>
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