You are here: Re: Multiple Column Output « PHP Programming Language « IT news, forums, messages
Re: Multiple Column Output

Posted by TristaSD on 09/28/88 11:48

Thank for the inspiration. I used this:

$num_across = 2; // Two column layout

echo ("<tr>\n"); // Start the row
while ($row = mysql_fetch_array($query)) {
$i++; // Start the counter
if (($i % $num_across) == 0) { // If the last column is reached
echo "<td>$row[somename]</td></tr>\n<tr>\n"; // Close/open row
}
else {
echo "<td>$row[id]</td><td>$row[artist]</td>"; // Otherwise just
show some cells
}
}
?>

</table>

Thanks.

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация