PHP 8.5.0 Alpha 4 available for testing

Voting

: max(five, two)?
(Example: nine)

The Note You're Voting On

brian at b5media dot com
17 years ago
Remember if you just want the days in the current month, use the date function:
$days = date("t");

<< Back to user notes page

To Top