RE: [PHP] Sorting data into columns vertically

2004-01-09 Thread Ralph Guzman
DISREGARD THIS ONE -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 4:35 PM To: 'Raditha Dissanayake'; 'dareal hamsta' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Sorting data into columns vertically Here is a functi

RE: [PHP] Sorting data into columns vertically

2004-01-09 Thread Ralph Guzman
able = substr($table, 0, $end_tr); } $table .= ''; return $table; } -Original Message- From: Raditha Dissanayake [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 5:30 AM To: dareal hamsta Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Sorti

RE: [PHP] Sorting data into columns vertically

2004-01-09 Thread Ralph Guzman
PROTECTED] Sent: Thursday, January 08, 2004 5:30 AM To: dareal hamsta Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Sorting data into columns vertically Where is your data stored? if you are using a DB surely using order by would less painfull? all the best dareal hamsta wrote: > [ Please copy m

Re: [PHP] Sorting data into columns vertically

2004-01-08 Thread Raditha Dissanayake
Where is your data stored? if you are using a DB surely using order by would less painfull? all the best dareal hamsta wrote: [ Please copy me off list. ] Say I have 7 items of data and I wish to sort them into 3 columns in a HTML table. The items are unevenly sized, so rather than print them