> Note that you don't technically need to worry about it but if you are > going to work with other languages it is a good habit to get into. > Also I have noticed a significant performance increase in scripts that > are coded more cleanly, if you don't need a variable anymore unset() > it.
Well yes, the kind of programming you plan on doing makes a large different. I wouldn't code an enterprise script the same way I do a quick and dirty script to do something. You need to look at what you are doing and its purpose. Sometimes you want to squeeze every iota of performance out of your scripts. Sometimes you just want to get it done. :-D -Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php