President Obama 0 Posted January 12, 2011 Say I've made a variable called $Hi and I've used it in 4 different documents because it ends up in a session and/or cookie but now I want to change that variable name to $bye and all the instances of it in the 4 documents. Is that possible in dreamweaver? Share this post Link to post Share on other sites
Pikachu2000 121 Posted January 12, 2011 Never used DW, but there should be a 'Find and Replace' function in one of the menus, I'd imagine. Share this post Link to post Share on other sites
mreish 0 Posted January 12, 2011 Yes, close all documents and hit CTRL-F (or command-f), you'll get the find window. Starting at the top: Find In- set this to the folder with all your stuff - your local root folder (now called local site folder) Set Search for - source code Then just type in what you want to replace in the find box and what you want to replace it with in the replace box. You may or may not want to check Match case. [attachment deleted by admin] Share this post Link to post Share on other sites
President Obama 0 Posted January 13, 2011 Dam I thought DW might of had a specific function to find the variable because I could of used that variable name in my body. Oh Well. Share this post Link to post Share on other sites