What I am doing is using Macromedia Ultradev 4 and querying a mySQL database
and using Phakt (PHP) to code the website.

Everything is working as far as pulling the database info and repeating it
down the page but it looks as if it is one column.

This is how I have the table

TABLE
|  COLUMN   |  COLUMN  | COLUMN |
---------------------------------------------
|  ROW 1        |                      |                  |


This is how the data shows

TABLE
|  DATA          |  BLANK COLUMN | BLANK COLUMN
---------------------------------------------------------------
|  DATA         |  BLANK COLUMN | BLANK COLUMN
---------------------------------------------------------------
|  DATA        |  BLANK COLUMN | BLANK COLUMN


This is how I want the data to show

TABLE
|  DATA          |  DATA             |   DATA           |
---------------------------------------------------
|  DATA         |  DATA              |  DATA            |
---------------------------------------------------
|  DATA        |  DATA               | DATA             |


Hope this makes sense. I need some help!



-- 
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