also i would like to point out that while these other folk are correct by removing the backslash for readability, you need to remember that if you need to insert this into a database, you MUST have the slashes. so, if you are writing to a database, go with the echo stripslashes($var) approach, so you do not remove them from the actual variable, just remove them from the data being displayed.
cheers,
kyle