PHP 8.5.0 Alpha 1 available for testing

Voting

: min(five, seven)?
(Example: nine)

The Note You're Voting On

Bassie (:
22 years ago
Note that you'll have use htmlentities() before any other function who'll edit text like nl2br().

If you use nl2br() first, the htmlentities() function will change < br > to &lt;br&gt;.

<< Back to user notes page

To Top