I must be an idiot, but I've searched all over and checked the newbie FAQ and still can't find the answer to this one.
I have a variable coming from a form on a preceeding page:
$variable
This variable is user entered, and may contain phrases with characters that are converted to escape codes:
That's the way I heard "PHP" should be
All I really want to do is display it for the user on the next page, as it's written:
That's the way I heard "PHP" should be
Instead Of:
That\'s the way I heard \"PHP\" should be
Any help for this probably stupid question would be greatly appreciated.