Hi all,
I am workig out on some of the programs. Presently I am checking those on local machine. Once I complete checking, I will be putting on website.
For parameter settings and common info, I have one file, which I include in all other program files.
The thing is, for checking the programs locally and for website, my mysql_connect syntax are different.
Now my problem is, each time when I have to switch over from local machine to website, I have to comment the corresponding code in the parameter settings file.
How to overcome this kind of problem? Am I using wrong method of setting parameters ?