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
41d4feca
Commit
41d4feca
authored
Jun 14, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
73174c70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
processorder.php
processorder.php
+2
-6
No files found.
processorder.php
View file @
41d4feca
...
...
@@ -51,9 +51,7 @@
<tr>
<th>
No.
</th>
<th>
Judul Buku
</th>
<th>
Akun
</th>
<th>
Total Harga
</th>
<th>
Status
</th>
<th>
Tanggal Dipesan
</th>
<th>
Tanggal Dibayar
</th>
<th>
Opsi
</th>
...
...
@@ -65,10 +63,8 @@
?>
<tr
class=
"rem1"
>
<td
class=
"invert"
>
<?php
echo
$no
++
;
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'buku'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'username'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'buku'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'total_harga'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'status'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'tanggal_dipesan'
];
?>
</td>
<td
class=
"invert"
>
<?php
echo
$data
[
'tanggal_dibayar'
];
?>
</td>
<td
class=
"col-md-2"
>
...
...
@@ -93,7 +89,7 @@
}
else
{
echo
'
<tr><td colspan="
12
" align="center" style="background-color:#ffffff"> Data pesanan kosong ! </td></tr></table>
<tr><td colspan="
6
" align="center" style="background-color:#ffffff"> Data pesanan kosong ! </td></tr></table>
'
;
}
?>
...
...
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