Dynamic HTML Table with Pagination (Flat File)

Hi
I have a list of youtube videos in a flat file database. I would like to print a thumbnail of these videos out to the end user in a table.
The results need to have pagination as well as a dynamic table so i can display say 3 rows and 3 columns per page.
The column amount will also need to be adjustable in case i wish to change the columns from 3 to 4 for example:

Code (text):

 

 

 

$video_file_data[];  //This is the array in which all video info will be stored

$start = $_REQUEST[‘start’];…

Dynamic HTML Table with Pagination (Flat File)

See original post by johnd123

Leave a Reply