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
e8558a57
Commit
e8558a57
authored
Mar 18, 2021
by
Srinivas
Browse files
Update hp5.php
parent
b3ea0686
Changes
1
Hide whitespace changes
Inline
Side-by-side
hp5.php
View file @
e8558a57
<?php
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
<!DOCTYPE html>
<html
lang=
"en-ca"
>
...
...
@@ -420,8 +423,6 @@ window.onload = function(){
</ul>
</form>
<?php
$connection
=
mysqli_connect
(
"localhost"
,
"root"
,
""
);
$db
=
mysqli_select_db
(
$connection
,
'test'
);
$x
=
$_GET
[
'id'
];
$query2
=
"SELECT * FROM user_login where username='
$x
' "
;
$query2_run
=
mysqli_query
(
$connection
,
$query2
);
...
...
@@ -603,4 +604,4 @@ echo "<script>location.href='2.php'</script>";
?>
</body>
</div>
</html>
\ No newline at end of file
</html>
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