I'm trying to create a form where I can type in a piece of news as I would normally type and include links in the form
<a href="www.google.com">google</a>
and have it preserve the formatting and display the link as a link when echoing back.
My problem is that despite a fair amount of trying the above link would be coming back as something like wwww.mywebsite.com/\"www.google.com"\ when I echo the db contents. My code is as follows: