Hi!
How to get this to work for every month:
$tomorrow = date ("d", mktime(0,0,0,0,date("d") +4 ) );
echo "Today + 4 days is $tomorrow <br>";
screws up Feb et al....
Thanks,
Christopher C. M. Allen
--
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]
- Re: [PHP] mktime + 4 days Christopher Allen
- Re: [PHP] mktime + 4 days Jason Stechschulte
- RE: [PHP] mktime + 4 days PHPBeginner.com

