> how can i sort data from mysql into two columns. Thanks.
>
> eg:
>
> link1        linka
> link         linke

Do you mean how can you get MySQL to present the data in sorted order or how
can you get the browser to display the results in neat columns?

Depending upon the question, you either want to use a SELECT query with an
ORDER BY clause or you want to output the result  within HTML table tags.

Simon Ritchie

Download my introduction to PHP for $25:
http://merrowinternet.com/downloads?source=ml


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

Reply via email to