Posted by alpha.beta0 on 05/25/07 17:05
I set it to 001 at start but the next number PHP produces is 2,3,4,5,etc. instead of 002,003,004,005,etc. What will I need to change to get the latter? === $Count = 001; foreach($Replace_With_List as $Replace_With) { ++$Count; } ===
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming