Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
RestoranPondokEdo
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
Mei Romauli Sagala
RestoranPondokEdo
Commits
d97095e0
Commit
d97095e0
authored
May 29, 2017
by
Mei Romauli Sagala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit
parent
8622f320
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bayar.php
bayar.php
+1
-1
cart.php
cart.php
+1
-1
No files found.
bayar.php
View file @
d97095e0
...
...
@@ -29,7 +29,7 @@
<br>
<br>
<div>
Setelah mengirim uang upload bukti pengiriman :
<br>
<form
action=
"checkout.php?id_member=
<?=
$member_id
?>
"
method=
"post"
enctype=
"multipart/form-data"
>
<form
action=
"checkout.php?id_member=
<?=
$member_id
?>
"
method=
"post"
enctype=
"multipart/form-data"
>
<input
type=
"file"
name=
"bukti"
>
<input
type=
"submit"
class=
"btn btn-info"
value=
"Upload"
>
</form>
...
...
cart.php
View file @
d97095e0
...
...
@@ -61,7 +61,7 @@
}
else
{
echo
'<a href="member_menu.php" class="btn btn-info"><span class="glyphicon glyphicon-chevron-left"></span> Pesan Lagi</a> '
;
echo
'<a href="bayar.php?id_member=
<?= $id_member ?>
" class="btn btn-success"> Checkout<span class="glyphicon glyphicon-chevron-right"></span> </a>'
;
echo
'<a href="bayar.php?id_member=
'
.
$id_member
.
'
" class="btn btn-success"> Checkout<span class="glyphicon glyphicon-chevron-right"></span> </a>'
;
}
?>
</div>
...
...
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