Hi Jason,

You might want to put the '+$x' outside the date().
    $year = date("Y") + $x;

Greetings,
Michael.

> I'm trying to figure out how to add to the year:
>
> for($x=0; $x<20; $x++)
> {
>     $year = date("Y" + $x);
>     print($year . "\n");
> }
>
> I've tried several variations on the above and cannot get the year to come
> out.
>
> Any suggestions?
>
> Thanks
> Jason


#########################################################
# Michael Heumann
# S&I Chile - Software e Informatica Limitada
# Arlegui 440, Of. 403, Viņa del Mar, Chile
# Fonofax: (56)(32) 710833
# Email: [EMAIL PROTECTED]
# Web: http://www.softwareinformatica.cl
#########################################################

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to