<?php $text = "Hello %s this is a %s."; $valueA = 'World'; $valueB = 'test'; echo sprintf( $text, $valueA, $valueB );
You have javascript disabled. You will not be able to edit any code.