View Single Post
Old 03-12-2008, 04:24 PM   #1 (permalink)
webtuto
The Addict
 
webtuto's Avatar
 
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
webtuto is on a distinguished road
Default man,aging the outputs , need urgent help

hey i have a problem with organizing the outputs from database

for exemple i want to be in a row 5 names then come to the other ligne and put other 5 rows

here is my code

PHP Code:
while($row mysql_fetch_array($reesul))
 {
    echo 
$row['name'];
    echo 
"<img src='$row[photo]'>";
 } 
thans in advance , i really need the answer thanks
__________________
Send a message via MSN to webtuto Send a message via Yahoo to webtuto Send a message via Skype™ to webtuto
webtuto is offline  
Reply With Quote