Hi all.
I am attempting to write an application which i need to use to create 20,000 html pages. They are all very basic and will be named as 2 sets of 00001.html up to 10000.html.
The contents of these pages will be pretty much the same apart from 4 individual lines which will need to be a mixtureof 40 or so different values.
I was going to write an application that would create a text file called its relevant number. I would then write each line into this text file and then rename it to .html (and hope for the best
.
I am quite a novice at programming so is this the simplest way or could any of you point out a simpler way or give me some guidance on the best way to do this.
I would rather get some help and get this working in a simple way before i attempt all the above and end up with no HTML files
any help would be greatly appreciated.
Thanks
Daryl
I am attempting to write an application which i need to use to create 20,000 html pages. They are all very basic and will be named as 2 sets of 00001.html up to 10000.html.
The contents of these pages will be pretty much the same apart from 4 individual lines which will need to be a mixtureof 40 or so different values.
I was going to write an application that would create a text file called its relevant number. I would then write each line into this text file and then rename it to .html (and hope for the best
I am quite a novice at programming so is this the simplest way or could any of you point out a simpler way or give me some guidance on the best way to do this.
I would rather get some help and get this working in a simple way before i attempt all the above and end up with no HTML files
any help would be greatly appreciated.
Thanks
Daryl