Re: [PHP] Show data in two columns

2005-04-26 Thread Richard Lynch
On Tue, April 26, 2005 3:11 am, Amir Mohammad Saied said: > i want to extract the data from my DB (it's an articles database) and > want to show them in 2 columns way, like zend.com's articles section, > could any one help me? Do you want them in column order or row order? (left-right or up-down)

Re: [PHP] Show data in two columns

2005-04-26 Thread Chris Ramsay
Looks like they've done something like the following: while (row = data output from db) { print the following: row1 row2 row3 row4 row5 row6 } Check out their source html as a start... Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub