i have 3 columns in which i have saved the images. column names are image21 image22 image23 in the database with the table name called venue
<ul class="nav nav-tabs">
<li><a href="vlm.php" data-toggle="tab">vl m</a></li>
</ul>
when i click on vlm, i want the 3 images to be fetched in the new page called vlm.php as 3 seperate boxes
can anybody help to do that?
<ul class="nav nav-tabs">
<li><a href="vlm.php" data-toggle="tab">vl m</a></li>
</ul>
when i click on vlm, i want the 3 images to be fetched in the new page called vlm.php as 3 seperate boxes
can anybody help to do that?
Comment