![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: what 's wrong of the syntax
From: VS <vs@nospam.blueyonder.invalid>
Date: Tue Nov 29 2005 - 19:50:29 CET
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.
-- VSReceived on Sat Dec 3 04:24:25 2005 |