update page now

Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

ryan at ryano dot net
24 years ago
Actually, if you're using >= 4.0.5, this should theoretically be quicker (less overhead anyway):

$text = str_replace(array("&gt;", "&lt;", "&quot;", "&amp;"), array(">", "<", "\"", "&"), $text);

<< Back to user notes page

To Top