imstillatwork
IS-IT--Management
I am working on a coldfusion progam that builds html files for a web site from information stored in a database.
I want to grab the records from the database (duh) and save them to an html file. This is the easy part. no problem. works great.
Now I want only let's say 10 records per file.
so if category A has 15 records, I will need a file called category_A.html that is showing records 1-10, and category_A2.html showing 11-5.
Now I'm completely stumped.

I want to grab the records from the database (duh) and save them to an html file. This is the easy part. no problem. works great.
Now I want only let's say 10 records per file.
so if category A has 15 records, I will need a file called category_A.html that is showing records 1-10, and category_A2.html showing 11-5.
Now I'm completely stumped.