Robert Cummings wrote: > 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. Hi, It is exactly the same (elegantly proving my point, btw) Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php