2002
Location: USA
Posts: 13
Coding Columns Data from Rows
Hello all,
I need some help with the way data is displayed by out putting odbc data using php.
You would think yeah that’s easy but it’s not for me anyway. Here’s the problem I need to display the data from one hole row in just a one column. Then moving to the next column enter all the data form the second row in the second column.
Example:
| users | city | age | data | = one row.
row0 row1 row2
| user | user| user |
| city | city | city |
| age | age | age |
| data | data | data |
Can this be done with php and mysql or odbc?
Please give examples of coding to do this.
Thank you in advance.