PHP print() May 22, 2012 Pramod T P It outputs a string Example <?php parse_str(“first=php&second=code”); print $first.$second; ?> Output phpcode