E
ebade2000
I have this project I am working and I have two tasks
I have a text form that takes in a users input and it is supposed to be
stored in a database and can be viewed from a webpage. I want to be
able to display the text with html special characters like "<", ">" (if
the user typed them in) without it being confused for html code and...
I want to be able to replace a newline character with a "/r/n" whenever
it is used in the text.
I have a text form that takes in a users input and it is supposed to be
stored in a database and can be viewed from a webpage. I want to be
able to display the text with html special characters like "<", ">" (if
the user typed them in) without it being confused for html code and...
I want to be able to replace a newline character with a "/r/n" whenever
it is used in the text.