Voting

: max(eight, nine)?
(Example: nine)

The Note You're Voting On

Sam Wilson
20 years ago
manithu at fahr-zur-hoelle dot org forgot only one thing: to fix the break tags. The addidtion of the following should do it.

<?php
$str
= str_replace("<br>", "<br />", $str);
?>

<< Back to user notes page

To Top