PHP printf() May 22, 2012 Pramod T P It output a formatted string Example <?php parse_str(“first=php&second=code”); printf(“%s%s”,$first,$second); ?> Output phpcode