hello,
i have a problem with base64 decoding with the "<br>" tag. heres what happen, it
shows only the first 2 "<br>" tags.
sample:
base64 =
HTML Code:
dGVzdDxicj50ZXN0PGJyPnRlc3Q8YnI+dGVzdDxicj50ZXN0PGJyPnRlc3Q8YnI+
actual text =
HTML Code:
test<br>test<br>test<br>test<br>test<br>test<br>
it only displays
test
test
test
and if i look on the source code it has this code:
HTML Code:
test<br>test<br>test<br\\\
can someone pls help me?
thanks.