First of all this is not automatic. You can do this with a foreach loop. If
you want nice presentations, you might as well try http://smarty.php.net


"Dave Carrera" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi List,
>
> I have some mysql table data that i would like to display back to the
> web user in a neat and tidy way using php.
>
> Data:
>
> col1   col2   col3
> test   1.99   F
> test   1.99   F
> test   1.99   F
> test   0.99   F
> test   1.99   F
> bang 2.99   F
> bang 3.99   F
> bang 4.49   F
> bang 2.99   F
> bang 2.99   F
>
> Table display i am hoping to display:
> First the unique name of col1 as a header
>
> <table><tr><td>test</td><td>bang</td></tr></table>
>
> Second a row each for each col2 and col3 where header above = col1 so
> the finished table looks like this
>
> test               bang
> 1.99   F        2.99   F
> 1.99   F        3.99   F
> 1.99   F        4.49   F
> 0.99   F        2.99   F
> 1.99   F        2.99   F
>
> I will really appreiciate and help you may give with this question.
>
> Thank you in advance
>
> Dave C

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to