Re: How do i display a neat table of returned mysql data?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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" <dave@xxxxxxxxxxxxxx> wrote in message
news:438D3FBE.8000403@xxxxxxxxxxxxxxxxx
> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux