Re: what 's wrong of the syntax



Jerry Stuckle wrote:

You don't need to.

Unless you need the Leading Zero's, in which case, perhaps:

$CODE=sprintf( "%04d", $code );

then output $CODE instead of $code.

--
VS
.