Jason,

HTML tables will always be displayed left to right, top to bottom. This 
is why you should ensure that the data from your database table comes 
out in the right order. Use an ORDER BY clause in your SELECT statement. 
Designing the table layout to be suitable avoids the problem you 
currently have.

HTH
Chris

Jason Soza wrote:

>--------------------snip---------------------
>
>I'm not concerned with the actual order that they come out of MySQL in, just
>how they're displayed.
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to