Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI107
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franciskus Partogu Hamonangan Napitupulu
PA1-1617-D3TI107
Commits
bf79a489
Commit
bf79a489
authored
May 24, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perbaikan komentar & saran
parent
79005422
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
contact.php
contact.php
+1
-16
No files found.
contact.php
View file @
bf79a489
...
...
@@ -26,22 +26,7 @@
<!-- comment -->
<div
class=
"about"
>
<div
class=
"w3_agileits_contact_grids"
>
<div
class=
"col-md-6 w3_agileits_contact_grid_right"
>
<?php
$query
=
mysqli_query
(
$koneksi
,
"SELECT * FROM t_komentar ORDER BY id_komentar DESC"
)
or
die
(
mysqli_error
());
$masukan
=
mysqli_num_rows
(
$query
);
echo
"<h4>"
.
"Jumlah komentar saat ini
$masukan
buah."
.
"</h4>"
;
echo
"<b>"
.
"Berikan kritik & saran Anda agar kami <br> dapat meingkatkan pelayanan kami."
.
"</b>"
;
echo
"<hr>"
;
while
(
$row
=
mysqli_fetch_array
(
$query
))
{
echo
"<b>"
.
$row
[
'nama_pengirim'
]
.
"</b>"
.
" "
.
" | "
.
" "
.
"<i>"
.
$row
[
'tanggal'
]
.
"</i>"
.
"<br />"
.
$row
[
'komentar'
]
.
"<br />"
;
echo
"<hr>"
;
}
?>
</div>
<div
class=
"col-md-6 w3_agileits_contact_grid_right"
>
<div
class=
"col-md-10 w3_agileits_contact_grid_right"
>
<h2
class=
"w3_agile_header"
>
Tanggapan
<span>
Anda
</span></h2>
<form
action=
"contact_process.php"
method=
"POST"
"
>
...
...
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