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
feb351cd
Commit
feb351cd
authored
Mar 18, 2021
by
Srinivas
Browse files
Update first3.php
parent
ab81aaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
first3.php
View file @
feb351cd
<?php
<?php
session_start
();
session_start
();
include
(
'connection.php'
);
$connection
=
getdb
();
?>
?>
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en-ca"
>
<html
lang=
"en-ca"
>
...
@@ -209,9 +212,6 @@ if($_SESSION['username4']){
...
@@ -209,9 +212,6 @@ if($_SESSION['username4']){
</ul>
</ul>
</form>
</form>
<?php
<?php
$connection
=
mysqli_connect
(
"localhost"
,
"root"
,
""
);
$db
=
mysqli_select_db
(
$connection
,
'test'
);
$query
=
"SELECT * FROM student "
;
$query
=
"SELECT * FROM student "
;
$query_run
=
mysqli_query
(
$connection
,
$query
);
$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