I know that it is not a programming question ?
But i need a another help relating to find and replace function in php code editor. I am using eclipse and Dreamweaver and i have about 650 php files and would like to replace a string in all files without opening individual files. Could you guys Please help me that, is available any function in eclipse or Dreamweaver so that i can replace the string with specified string to all files ?
There is also sub folders hierarchy.
Any help or suggestion will be highly appreciated.
In Eclipse, go to the Search menu, choose File…, enter the string to search and
*.phpin the file name pattern, then click the Replace… button.You may also click the Search button, and then right-click in the Search view and choose Replace All… or Replace selected…