<?php define("T1","one"); define("T2","two"); $test='number %2$s'; $test=sprintf($test, T1,T2); echo $test;
You have javascript disabled. You will not be able to edit any code.