PHP 8.5.0 Alpha 1 available for testing

Voting

: min(zero, eight)?
(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