![]() Join Up! 96824 members and counting! |
|
|||
php3-list | 199908
Date: 08/31/99
Is there something wrong with this snippit?
for ($i = 1; $i <= 13; $i++) {
I'm using it in a select statement and here's the output:
<option VALUE=1>Jan</option>
Any idea why the months are off?
I believe that I am using PHP 3.08
Thanks.
Andy
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
|