Hello, I am working with a form that will show the user what they entered into a form the exact way they made it. But I know it can contain characters such as:
<,>,",’,;,:,/,,},{,),(,$,etc
I know some of the characters can cause breaks, exploits, etc in PHP. So I am wondering how I can completely secure this form and make it echo all the exact text as it should be. Any ideas? Thanks!