View Single Post
Old 03-10-2010, 08:46 PM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

Do you mean you want to strip the slashes from the result of the bb() function?
if the result is a string you can just do this:
php Code:
$tContent = stripslashes(bb($content));
tony is offline  
Reply With Quote
The Following User Says Thank You to tony For This Useful Post:
JayGarland (03-13-2010)