03-12-2008, 04:24 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Dec 2007
Location: morocco
Posts: 221
Thanks: 19
|
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
__________________
|
|
|