> Yeah, but what if they don't JUST want to print it...

Umm, have you read the documentation on either of
the functions?  They both return a string; they don't
send anything to standard out (like echo or print does).

$myString = printf();
$myString = sprintf();

echo $myString;

Chris

Reply via email to