Membuat detail postingan user
detailpostingan.php <?php // Menampilkan header include "template/header.php" ; ? > < div class = "container" > < div class = "col-lg-9" > < h1 > Premium Makanan Kucing </ h1 >< hr > < div class = "row" > < div class = "col-sm-5" align = "center" > < img data-action = 'zoom' class = 'img-thumbnail' src = 'template/img/cat.png' width = '400' height = '400' > </ div > < div class = "col-sm-7" >< p > < h4 > Harga: < b > Rp 70.000 </ b ></ h4 > <?php if ( isset ( $_SESSION [ 'role' ])) : ? > < a href = " <?= BASEURL; ? > /keranjang.php" >< button type...