I have this OpenTemplate("category.html",$error,"index.php3",$cacheext);
how does stipslashes fit in here. i want it to filter category.html for possible content with ', " etc.
thank you very much
regards arman Galstyan eNotalone.com inc.
Well, assuming you mean you want to get rid of slashes that are already there, then just use stripslashes($string) on a string containing your text. However, if you're looking to add slashes (I wasn't sure from your post), use addslashes().