i want to read from MYSQL databasa and write the results to the screen using a table..
sounds easy right?
well its not just a table where every row of the data goes downwards..
i want columns.. example
i have 4 rows in my database saying hello.. i want to the print the hellos like this
Hello hello
hello hello
so that will be a table with 2 columns and 2 rows
If u want to see my code then i have no prob posting it here but what my code does is
hello
hello
hello
hello
so its no good
Thanks