Saya ingin menampilkan image tp multi direktori
dalam folder dbase_karyawan ada 2 folder yaitu :
1. karyawan
1.1. Bcs = ani.jpg
1.2. Km = robi.jpg
1.3. Mbr = Irin.jpg
2. karyawan_subcont
2.1. Bmc = romi.jpg
2.2. Pama = dudi.jpg
2.3. Pbu = satria.jpg
Di dbase mysql udah ada path image yang diupload
<table>
<thead>
<tr class=head>
<th>No.</th>
<th>Nama</th>
<th>Coy.No</th>
<th>Perusahaan</th>
<th>Foto</th>
<th>Edit</th>
<th>Delete</th>
<thead></tr>
<?php
$result = mysql_query("select * fromgambar");
while ($fetch_tampil = mysql_fetch_array($result)) {