asmith Posted January 1, 2008 Share Posted January 1, 2008 i have so files in a folder , so i decided to re arrange them , so some files will go to a new folder . but as this change goes ,so there will be a lot of "headers" or includes in my php codes that must set for this new folder . is there a better way other than exploring through all the moved files and change their "headers" and includes to the new locations ? Quote Link to comment https://forums.phpfreaks.com/topic/83979-changing-folder/ Share on other sites More sharing options...
chantown Posted January 1, 2008 Share Posted January 1, 2008 make a universal file with the includes include("universal-includes.php"); change the file paths in that file Try using dreamweaver , it has a function to find text within multiple files . And you can replace include('... include('... include('... with include("universal-includes.php"); Quote Link to comment https://forums.phpfreaks.com/topic/83979-changing-folder/#findComment-427426 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.