I'm making a website for somone and i'm building it on my shared hosting account.
After my client pays me, I want to move the site to another server/account.
Every place in my scripts where i connect to the database by using "mysql_connect("","","");" i would need to change the codes upon giving the site to the new owner. MY PROBLEM is that I can't use "include" because it won't seem to work correctly.
I was just going to have an include file along with the other files in the site that had the connection details. (this is also a security risk because it isn't above the www directory and could be served over the web, giving my login details away)
Any advice is appreciated
cp