View Single Post
Old 03-12-2008, 05:19 PM   #2 (permalink)
freenity
The Acquainted
 
freenity's Avatar
 
Join Date: Feb 2008
Posts: 119
Thanks: 17
freenity is on a distinguished road
Default

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]'>";
    }
 } 
__________________
http://feudal-times.net - My PBB Game
http://gwphp.feudal-times.net - My Blog "Gaming With PHP"
freenity is offline  
Reply With Quote