Thanks for that, that was quite insightful. As a PHP programmer myself however, I do firmly believe that there is no possible web application that can have a "load problem" or whatever from using print instead of echo.
While I prefer echo, it really doesn't matter. PHP is such a heavy language in a lot of places that it is much easier to screw up for example memory usage than from using the wrong output command...