Advertisement
RnD

Untitled

RnD
Dec 5th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. while($rows = mysql_fetch_array($query)){
  2.    $product_name = $rows['model'];
  3.    $product_image = $rows['image'];
  4.    echo "<div class='pName'>".$product_name."<br/>";
  5.    echo "<img src='http://ykbud.enventar.com/image/cache/     $product_image'/></div>";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement