[thelist] Funky php output...I owe a tip or two...

Gary Bland Gary at star-chaser.com
Wed Oct 2 15:42:01 CDT 2002


Daniel Medley wrote:
> Okay, I've got this e-mail form that I'm working on using php...it works
> great thus far except on thing. When I receive an email from it all ' marks
> are preceded by \ ie:
> the word let's is received as let\'s.  Are any of you php gurus able to tell
> me what would cause this without me providing the script?
> If need be I'll provide it.

You have to use stripslashes to remove the slashes that are caused by
quotes etc.
http://www.php.net/manual/en/function.stripslashes.php

HTH
Gary




--
Gary Bland
StarChaser Web Architecture
http://star-chaser.com
Building Tomorrow's World Today




More information about the thelist mailing list