And people ask me why I like Unix some much
find . -name "*.php" | xargs perl -i.back -pe "s/search/replace/g"
Shell in and run this in the top folder you want to make changes too, then of course replace the search and the replace with the items you are wanting to make switch
Tim
