How can i loop through all the records in a table called movie and print the info in a table for just the field Title?

Example:

Rows look like this in the database

row1: Title Review Image Comments

so i want to print out the Title field for all the rows in a table 1 in each cell. Also is there a way to say put 20 on each page?

thanks for da help