Identical multiple page creation?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkx
    Confirmed User
    • Nov 2003
    • 4001

    #1

    Identical multiple page creation?

    I need to create a bunch of .php pages all with the same source code but different incrementing file names, ex. page1.php,page2.php,page3.php,etc. Is there a quick program or way of doing this without editing or saving each page seperately?
  • Mike Seth
    Registered User
    • Feb 2006
    • 88

    #2
    Don't. Use URL rewriting.
    Mike Seth - 274-570-412 <mikeseth at gmail.com>

    Comment

    • tranza
      ICQ: 197-556-237
      • Jun 2003
      • 57559

      #3
      I don't think such a program exists.
      I'm just a newbie.

      Comment

      • mkx
        Confirmed User
        • Nov 2003
        • 4001

        #4
        I guess I can use a macro..

        Comment

        • Webby
          Too lazy to set a custom title
          • Oct 2002
          • 14956

          #5
          Originally posted by mkx
          I guess I can use a macro..
          Yep... NoteTab Pro will churn out that stuff using a simple macro.

          It's also good for a load of other things - simply because it's a "programable editor".
          XXX TLD's - Another mosquito to swat.

          Comment

          • Webby
            Too lazy to set a custom title
            • Oct 2002
            • 14956

            #6
            AH... and a DOS batch file will do the same thing!!! Just give it a load of numbers in the range and let it work thru them.
            XXX TLD's - Another mosquito to swat.

            Comment

            • mkx
              Confirmed User
              • Nov 2003
              • 4001

              #7
              thanks

              Comment

              Working...