Hi, I have an URL encoded string such as:
that equates to
What I need to do is write the string to mysql but *also* keep the formatting as I have to display the string on a web page at a later date.
I'm stumped!
(btw - am trying to write this in perl)
Cheers,
Matt
Code:
line++++1%0D%0A%0D%0Aline+2%0D%0A%0D%0Aline+3
that equates to
Code:
line 1
line 2
line 3
What I need to do is write the string to mysql but *also* keep the formatting as I have to display the string on a web page at a later date.
I'm stumped!
(btw - am trying to write this in perl)
Cheers,
Matt