Please could someone help me out as i just cant seem to find a decent resource online to help.
Basically i want to connect to my MySQL DB, which is easy enough. However its displaying the data that's got me stumped!
Basically i want to display the data in a table like so...
Column 1 Column 2 Column 3 Column 4
Row 1
Row 2
Row 3
And so on. Its really just a basic table from the data off the MySQL DB, but i can't work it out
Thanks in advance.