Jump to content

Manivannan

New Members
  • Posts

    1
  • Joined

  • Last visited

Manivannan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. how to fix <?php $sql_build="SELECT * FROM gallery"; $res=mysql_query($sql_build); while($row=mysql_fetch_array($res)) { ?> <div class="col-lg-3 col-md-4 col-xs-6 thumb"> <p><a class="group1 thumbnail" href="admin/client_image/<?php echo $row["name"]?>"> <img class="img-responsive" src="admin/client_image/<?php echo $row["name"]?>" height="281px" width="331px" alt="image" title="Build tech Gallery Images"> </a></p> </div> <?php } ?> gallery.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.