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
369e531e
Commit
369e531e
authored
Mar 18, 2021
by
Srinivas
Browse files
Update success4.php
parent
b48060c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
success4.php
View file @
369e531e
<?php
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
<!DOCTYPE html>
...
...
@@ -150,8 +153,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'
);
$x
=
$_GET
[
'id'
];
$z
=
$_POST
[
'message'
];
date_default_timezone_set
(
'Asia/Kolkata'
);
...
...
@@ -202,4 +203,4 @@ echo "<script>location.href='stulogg.php'</script>";
?>
</body>
</html>
\ No newline at end of file
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