Forum Moderators: phranque
index.html
cranberries.html
woodbridge.html
How can I go about getting such a list aside from doing it manually? There must be a way to do this automatically. There just must be.......I prey.
Perhaps you guys can help with a second problem I have. Do you know of any tool that can:
1) Take 4 lines of code. Then repeat this code down the page for a given number of times (300).
2) I have a list of 300 filenames. I want to iterate through placing a filename into each of the 300 4 line code blocks. A different filename for each 4 line code block.
Perhaps you guys can help with a second problem I have. Do you know of any tool that can:1) Take 4 lines of code. Then repeat this code down the page for a given number of times (300).
2) I have a list of 300 filenames. I want to iterate through placing a filename into each of the 300 4 line code blocks. A different filename for each 4 line code block.
Wow, that's an awful solution. Just code a loop instead, and on each iteration, read the filenames from either a text file, or dump them first to a database table and read from that.