How can i replace the breaks with <br>'s and change every ' to ` as it much up my script 😉
Have a look at strip_tags() addslashes() & stripslashes() * str_replace
and then theres regular expressions but the 3 options above are probably easier to get started with.
And also look at nl2br()
Im having no luck with either.
Ive tried ereg_replace but it just removed everything after it, if i try to replace ' with `
the nl2br doesnt replace the link breaks with <br>
Sorry, actually the replace i tried did nothing 🙁
Ooops im using the wrong variable name 🙁