I'm using Dreamweaver and I have a test database which I'm accessing across a network. I'm trying to pull all of the values in a series of columns and lay them out in a Dreamweaver page.
There are 5 columns in this table and presently 2 rows (in the database) and I want Dreamweaver to create new table for each of the entries in the database. I want the first "id" column on the left of the table, the 2nd column to be displayed in the middle of the table and the fifth column to be displayed on the right side of the table.
I just don't know how to make that querry to the database. How do you ask, get the first row, then get the second row, then the third ... until there are no more rows?
I catch on quick, but this is only my second day. Thanks in advance for helping me!