agricultural_blog_db

Detailed information about- agricultural_blog_db

Basic Info

Legal Name: konika kan
Facility/Prison Name: dhaka centerl jal
Country: Bangladesh
Street: Middle badda, post office road, sahaboddin mor, #House- somoia kotaz.
Date of Birth: 08 Feb, 2001
Age: 25 years
Gender: Female
Earliest Release Date: 01 Jan, 2000

Other Information

name : saleha
dfsdf : saleha
zx : xz
name : fg

Biography

<label class="fw-bold mt-3">বর্তমান গ্যালারি</label>
<div class="row g-2 mb-2">
<?php
$g_res = $conn->query("SELECT * FROM prisoner_gallery WHERE prisoner_id = $id");
while($g = $g_res->fetch_assoc()):
?>
<div class="col-md-3 position-relative">
<img src="../uploads/gallery/<?php echo $g['image_path']; ?>" class="img-thumbnail" style="height: 80px; width: 100%; object-fit: cover;">
<a href="?id=<?php echo $id; ?>&del_img=<?php echo $g['id']; ?>" class="btn btn-danger btn-xs position-absolute top-0 end-0" style="padding: 0 5px;">×</a>
</div>
<?php endwhile; ?>
</div>

<label class="fw-bold">নতুন ছবি যোগ করুন</label>
<input type="file" name="gallery[]" class="form-control" multiple>

Photo Gallery