Thread: PHP limits
View Single Post
  #17 (permalink)  
Old 03-06-09, 08:33
php_rules php_rules is offline
BOD Member
 
Join Date: Jan 2009
Posts: 73
Default

Quote:
Originally Posted by Sentinel View Post
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 =)
Reply With Quote