View Single Post
  #7  
Old 04-10-2011, 01:08 AM
Kaeliah's Avatar
Kaeliah Kaeliah is offline
Premium Member
 
Join Date: Sep 2010
Location: Pennsylvania, United States
Posts: 485
Gender: Female
Credits: 33,398
Kaeliah will become famous soon enough
Send a message via AIM to Kaeliah Send a message via MSN to Kaeliah
Default

You'll want to put it just before you use the string. Or you can put

PHP Code:
$article_content stripslashes($article_content); 
AFTER

PHP Code:
// clean all our data
$_POST array_map('secure',$_POST);
$_GET array_map('secure',$_GET); 
in the functions page and that should effectively strip slashes from ALL of your content. But then BBCode wouldn't work I don't think.
__________________
[My Shop] ♥ [My Blog] ♥ [Subscribe] ♥ [My Mods] ♥ [Mod TOS]
Reply With Quote