> I'm pretty new to PHP but all I've seen of it so far I pretty much love! > > I've built a web log but when the user enters their data and they use ' > or " (and you know they will) php always shows it from the included > web log as > > \' How can I filter out these backslashes so they don't appear on the > final public viewable page? You need those \ in there to store it into a database. If you don't use a database, you can turn MagicQuotes off in php.ini If you *do* use a database, you can use http://php.net/stripslashes to strip out the slashes. If, after turning off MagicQuotes, or calling stripslashes, you find you need them back in there after all for something, you use http://addslashes -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Filtering out \ when a ' is user entered? Steve
- Re: [PHP] Filtering out \ when a ' is user entered? Meir Kriheli - MKsoft
- Re: [PHP] Filtering out \ when a ' is user entered? Jason Stechschulte
- Re: [PHP] Filtering out \ when a ' is user entered? Christian Reiniger
- RE: [PHP] Filtering out \ when a ' is user entered? James Cox
- Re: [PHP] Filtering out \ when a ' is user entered? Steve Edberg
- Re: [PHP] Filtering out \ when a ' is user entered? Aral Balkan
- RE: [PHP] Filtering out \ when a ' is user entered? scott [gts]
- Re: [PHP] Filtering out \ when a ' is user entered? Philip Olson
- Re: [PHP] Filtering out \ when a ' is user entered? Steve Werby
- Re: [PHP] Filtering out \ when a ' is user entered? Richard Lynch
- Re: [PHP] Filtering out \ when a ' is user ent... Delbono
- Re: [PHP] Filtering out \ when a ' is user... Christian Reiniger
- Re: [PHP] Filtering out \ when a ' is ... Richard Lynch
- Re: [PHP] Filtering out \ when a ' is user entered? Christopher Ostmo
- Re: [PHP] Filtering out \ when a ' is user entered? Stephen Cope
- Re: [PHP] Filtering out \ when a ' is user entered? Aral Balkan
- Re: [PHP] Filtering out \ when a ' is user entered? Marcus James Christian
- Re: [PHP] Filtering out \ when a ' is user entered? dempsejn
- RE: [PHP] Filtering out \ when a ' is user entered? Jason Murray