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