php add leading zero Oct 3, 2009 • paragasu echo $num; // 1 $str = sprintf('%02d', $num, 2); echo $str; //01