03-12-2008, 05:19 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
|
maybe this??
PHP Code:
while($row = mysql_fetch_array($reesul)) { for($i=0;$i<5;$i++) { $row = mysql_fetch_array($reesul); echo $row['name']; echo "<img src='$row[photo]'>"; } }
|
|
|
|