Re: [PHP] Month with leading zeros
[email protected] ("David Otton")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> for ($i = 1; $i >= 12; $i++) I'm an idiot. for ($i = 1; $i <= 12; $i++)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> for ($i = 1; $i >= 12; $i++) I'm an idiot. for ($i = 1; $i <= 12; $i++)