Advertisement
Guest User

fail

a guest
Jul 29th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while ($data = (mysql_fetch_array($query) or die(mysql_error()))) {
  2. echo '<img src="images/'.$data['faqih_gambar'].'" width="100" height="100">';
  3. echo "<p>".$data['faqih_nama']."</p>";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement