View Single Post
  #1 (permalink)  
Old 05-18-08, 07:51 PM
kiko08 kiko08 is offline
Newbie Coder
 
Join Date: Oct 2006
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] base64 decoding prob

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.
Reply With Quote