Ops!
sorry, I still work with 4.03PL1 since the MSSQL-ext. doesn't work in 4.04.
But shouldn't that be worth a short comment in the doc (like "inserts XHTML breaks..."
instead of "HTML breaks", and
when the change (from what) happened?) , since Browsers like Netscape 4.x don't react
on <br/>?
Or have I missed a section with all these things one has to consider (know) before -
or at least after upgrading - (like
$array[myfield] and the backward-compatible nl2br "doesn't work anymore")?
Is there a consideration for eventually occuring "traps" for the change to 4.05?
I assume that it's not really funny if a user - or worse - ISP upgrades, and than
can't defend against complaints
because of "buggy" scripts (which worked before).
Sorry again and best regards,
Thomas
Anil Madhavapeddy wrote:
> > -> would somebody pls. correct <br/> to <br> in both lagunages?
>
> That's not a typo. nl2br() uses XHTML <br /> tags since PHP-4.0.4
>
> Anil