PHP 8.5.0 Beta 1 available for testing

Voting

: two plus one?
(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