Forum Moderators: open

Message Too Old, No Replies

multipe page generator

creating multiple pages with a few changes

         

tthach2

12:21 am on Mar 1, 2003 (gmt 0)

10+ Year Member



Is there any way to create/generate multiple web pages that have the exact same content except for a few specified words?

and

Is there a way of creating/generating multiple files names from a text list, spreadsheet, or access database of file names?

korkus2000

12:25 am on Mar 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What server side language do you have available?

tthach2

1:47 am on Mar 1, 2003 (gmt 0)

10+ Year Member



assume I have any server side language available

jeremy goodrich

1:53 am on Mar 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Easy enough then.

Just create an array or list of pages you want to create -> and then create them with the language of your choice.

The way to do it, imho, would be to build a template first -> then populate the template.

But if you *are* going to go that route, why not just use a text editor with a multi file find / replace function?

The software would take longer to build, and with find / replace, you could get where you want to be quite fast.