Forum Moderators: open
If you have Macromedia Homesite, it will rip through thousands of files and traverse subdirectories in a matter of 10-20 seconds on a Find-Replace function.
If you have command-line access and it's Linux, you can do many things directly from there, or indeed a perl script executed on command line can do this (again, overkill if you don't know perl.)
There are other search and replace programs out there, and this has been asked after many times on this forum, do a search for them for some suggestions.
especially if it's not something you need to do frquently
The problem with this is that you never know the next time you have to make a change. I'm sure the OP didn't think of the consquences of this after he made 200 pages of static content.
While IDEs have good find/replace methods these days, you absolutely can't discount the flexibility (and possible future necessity) of SSIs.
If you ever need to change what is being included again, then the next edit will be to simply change the one thing that is included, not the 200 places that it is mentioned.
A server setting can see .html named pages as being parsed for their PHP content.
Again, you don't NEED PHP for this ;) You can map any extension to any parser (for example, you can map it so that ASP uses it).
Just making sure things are clear, and that you PHP guys don't convert the whole world that easily ;)
There was this old HOTDOG HTML editor that has the
changing for multiple files function in a folder
(and subfolders) without openning
[sausage.com...]
There is also the Crimson Editor that can be freely downloaded from [crimsoneditor.com...]
It has the 2 remarkable function
- "Find in Files" (finds all files in a folder
containing the search string )
: this is painfull - open all files by clicking
all lines on the search results
- "Replace in All Open Files" (replaces the string
to another string in
all opened files)
/LMFZOR