Search and replace 98 is a great program for chaning my html anyone know a program which do it for php files as well?
Search + REPLACE 98 + Similiar
Collapse
X
-
Search + REPLACE 98 + Similiar
Tags: None -
I use an app called bk replaceEm
I have not used it for php but it lets you pick the extentions of the files you want to process in a folder.Last edited by amadman; 10-12-2002, 01:37 PM.Affordable Quality Niche Content at <a href="http://reyko.com/in.php?ref=amadman">Reyko</a>
Please submit your free and AVS sites <a href="http://xstash.com/sexpack/submit.html">here</a>Comment
-
CodeSwitcher is good. I frequently use it.Originally posted by Webby
Another prog.. I think best of the lot is CodeSwitcher ... searches thru defined directories for blocks of code and S&R's the lot..When you're running down my country hoss...you're walking on the fighting side of me!
FOR THE LYING LOWLIFE POSTING AS PATHFINDER...http://gfy.com/fucking-around-and-pr...athfinder.htmlComment
-
Search & Replace 98 can do the php files as well.. just put them in a directory that contains just those files and select 'all files' when you pick that directory...Comment
-
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
TeenFlood.com Online since 1998.
TFCash KissMeGirl
VirginRiches MondoBucks
tim at tfcash.com or submit a ticket at our HelpDesk
Comment


Comment