> Question: > Does PHP4 code have to be written differently for Windows servers? If so, is > there a code resource describing the differences? > (the only information I can find is on installation on Win servers)
No, not really. There are a few functions that won't work on windows because they access things that are in unix (crypt() for one, I think). But, any basic code will run on any server with PHP. Now, if you're using special modules, then they must be installed on each server, obviously. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php