> Using the date function, what's the easiest way to find the date of the next > Friday?
Why use the date() function?
$next_friday = strtotime("next friday");
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

