normally we use PHP in windows platform, if i use it in linux/unix platform, is the code need to change? is PHP in windows same with PHP in linux/unix server.
Your php should work most of the time. If you use system calls using exec(), system() or other similar functions things may not work.
HalfaBee