Thread
:
Simple php help...
View Single Post
03-10-2010, 08:46 PM
#
2
(
permalink
)
tony
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
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
)
)
;
The Following User Says Thank You to tony For This Useful Post:
JayGarland
(03-13-2010)
tony
View Public Profile
Send a private message to tony
Find More Posts by tony