DevArticles.com has another new article posted about making your PHP code more portable (ironically written by the same author of this tutorial on our site - Derek Comartin).
In it, he talks about OTC ("Other People's Code") that only works exactly right of you follow these exact steps and don't mess up...He gives several suggestions for maching things work that much smoother in your scripts such as:
- using $HTTP_*_VARS arrays more
- Error reporting
- Small performance increases (with strings, mainly)
- and how creating version-specific scripts is a no-no










