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
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
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
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
[ 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 out in rows -
resulting in lots of wasteful whitespace - I would like to output them in
vertical order. However if I use the mo
5 matches
Mail list logo