On Thu, 2007-01-04 at 10:54 +0000, Roman Neuhauser wrote: > > echo $blah . "\n" is *not* equivalent to printf("%s\n", $blah) Hmmmm, could you explain to me how it is different? I would always use the former unless I specifically needed formatting provided by printf(), and since there no formatting in the above printf() the echo to the best of my knowledge is indeed equivalent. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php