Guys, I have a php Script thats references an sql database called 'master_list'. Now i have this script up and running on a host and I want to launch the same script on another site - When I do, it the host says I need to choose another name for my sql server because the name 'master_list' is already taken. So I guess what I have to do is either chose another host or change the name of the sql server 'master_list' to something else and make the change through the entire script. So, how can I change 'master_list' throughout an entire script? Is there an option to do this in DreamWeaver?
i would just open the script in something like notepad++ (freeware) http://notepad-plus.sourceforge.net/uk/site.htm and do a search replace(all)