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.
OpenTemplate("category.html",$error,"index.php3",$cacheext);
what do you need to strip the slashes from? $error?
therefore... OpenTemplate( "category.html", stripslashes($error), "index.php3", $cacheext);