Quote:
Originally Posted by Sentinel
The way I do it is to have a linux machine with apache, mysql and php on it, and I build my test scripts on that machine then upload them once they work (you could use windows, apache and mysql too) you have to watch out though - sometimes the scripts will work on your local machine and not work on your server !!
|
This way is pretty good for testing, another way is to create a new directory on your server, and copy across the working directory structure to this sub-folder, then change all the configuration files to point to the new sub-directory and edit the files here - this way you avoid the version differences between a home test box and a production server =)