Hi all, I would like to ask my experienced friends here if its possible to port a script made for linux to run in windows IIS. I've been trying to make linux scripts run on my server and some of them do and some don't. I also notice that the problem relies how Linux and Windows refer to firectories.
Linux Ex. $base_dir = "/home/somescript/" Windows Ex. $base_dir = "C:\home\somescript" Now. My question is... Is there any way to use script made for Linux in Windows? If YES what have to be done in order to make it to work? Thank you, Andre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]