T
Treasure Ireland
Guest
while($row = mysql_fetch_array($result)) {
echo"<div class=\"box\">
<img src=\"images/".$row['clients_img']."\" width=\"159\" height=\"185\" />
<h4>Client:</h4>
<p>".$row['clients_name']."</p>
<h4>Date:</h4>
<p>".$row['clients_date']."</p>
</div>";
}
echo"<div class=\"box\">
<img src=\"images/".$row['clients_img']."\" width=\"159\" height=\"185\" />
<h4>Client:</h4>
<p>".$row['clients_name']."</p>
<h4>Date:</h4>
<p>".$row['clients_date']."</p>
</div>";
}