You need to sign in or sign up before continuing.
view_bukti.php 164 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?php
session_start();
include_once 'functions/fungsi.php';
include_once 'connection/koneksi.php';

$gambar = $_GET['id'];
?>

9
<img src="pembayaran/<?= $gambar ?>">