RE: [PHP] What am I missing with this code?

2002-11-08 Thread Ford, Mike [LSS]
> -Original Message- > From: John Meyer [mailto:johnmeyer_1978@;yahoo.com] > Sent: 08 November 2002 11:45 > > for($i=1;$i<13;$i++) { > ?> >href="categoryresult.php?condition= month(UserDOB)=" . > $i)?>"> () >

[PHP] What am I missing with this code?

2002-11-08 Thread John Meyer
for($i=1;$i<13;$i++) { ?>  () All it's printing out is "November" and "December", even though the month is incrementing. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php