I am trying to display result of a MySQL query using php.  
Say I get 4 rows from my query. I want to display them verticaly
in a table like this

title1      field one1    field one2     field one3    field one4
title2      field two1    field two2     field two3    field two4
title3      field three1  field three2   field three3  field three4
title4      field four1   field four2    field four3   field four4

Any ideas how to contruct this inside a while loop without doing multyple 
selects.

REgards

Ajdin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to