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
447a5841
Commit
447a5841
authored
May 25, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perbaikan
parent
5fd8b648
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
allarticle.php
allarticle.php
+1
-1
checkout.php
checkout.php
+1
-1
publisher.php
publisher.php
+1
-0
No files found.
allarticle.php
View file @
447a5841
<?php
require_once
(
"koneksi.php"
);
include
'header.php'
;
global
$sql
;
$per_hal
=
6
;
$jumlah_record
=
mysqli_query
(
$koneksi
,
"SELECT * FROM t_artikel"
);
...
...
@@ -11,6 +10,7 @@
$page
=
(
isset
(
$_GET
[
'page'
]))
?
(
int
)
$_GET
[
'page'
]
:
1
;
$start
=
(
$page
-
1
)
*
$per_hal
;
global
$sql
;
$sql
=
mysqli_query
(
$koneksi
,
"SELECT * FROM t_artikel ORDER BY tanggal_dibuat DESC limit 8"
);
?>
<!-- breadcrumbs -->
...
...
checkout.php
View file @
447a5841
...
...
@@ -66,7 +66,7 @@
<a
href=
"function.php?act=plus&barang_id=
<?php
echo
$key
;
?>
&ref=singlebook.php"
>
<img
src=
"images/plus.png"
/>
</a>
<a
href=
"function.php?act=del&barang_id=
<?php
echo
$key
;
?>
&ref=singlebook.php
"
>
<a
onclick=
"if(confirm('Apakah Anda yakin ingin menghapus data ini ?')){ location.href='function.php?act=del&barang_id=
<?php
echo
$key
;
?>
&ref=singlebook.php' }
"
>
<img
src=
"images/close_1.png"
/>
</a>
</div>
...
...
publisher.php
View file @
447a5841
<?php
require_once
(
"koneksi.php"
);
include
'header.php'
;
global
$sql
;
$id
=
$_GET
[
'kd'
];
$sql
=
mysqli_query
(
$koneksi
,
"SELECT * FROM t_buku WHERE penerbit='
$id
' ORDER BY isbn"
);
?>
...
...
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