How to deal with apostrophes

When you retrieve the data make sure to call stripslashes, or stripslashes_deep if it’s an array.

$name = stripslashes($name);