newreality
11-19-2004, 03:26 PM
I'm using about two dozen forms, each mainly carries the same layout.
They are templates(now creating) that echo from mysql (1) or (2) dynamic drop menu values and plus one or two fixed hyperlinks on the pages. These are are automatically prepared for the site user for Inserting into tables, depending on where he or she is coming from.
Some pages have no other variation while some have little more.
Are there inherent risks with such a formatted structure; for being stamped "duplicate" pages?
Would it be better to have the .htm extension or php for this application?
Main question is : is it better to have the pages saved seperately using templates or to use a single page that changes it's tag dynamically?
Would I be hedging my bet against all risks to use a single page? But is there much to worry about?
Which is more likely to get indexed?
They are templates(now creating) that echo from mysql (1) or (2) dynamic drop menu values and plus one or two fixed hyperlinks on the pages. These are are automatically prepared for the site user for Inserting into tables, depending on where he or she is coming from.
Some pages have no other variation while some have little more.
Are there inherent risks with such a formatted structure; for being stamped "duplicate" pages?
Would it be better to have the .htm extension or php for this application?
Main question is : is it better to have the pages saved seperately using templates or to use a single page that changes it's tag dynamically?
Would I be hedging my bet against all risks to use a single page? But is there much to worry about?
Which is more likely to get indexed?