i am using nl2br to parse a string from a database.
to test it i just passed the string as a variable in the url.
i have tested this on two servers with php installed.
one is 4.0.6 one is 4.3.3
my php works on the 4.3.3 server, but on the other one (using the same code) it doesn't seem to find the line breaks in the string.
has anybody experienced something like this?