> but for some reason, no matter what the month, the first if statement
> (if current_month = 1) is seen as true and executes...  any suggestions?

Try using 'equivalence-equals' (==) instead of 'assignment-equals' (=).



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to