The server I use for my site has php installed, but the stripcslashes() function isnt available. I have a lot of feedback coming through forms which is later posted etc. but characters like " and ' have the escape character automatically apended to them once they are submitted. Is there an easy way to fix this w/out the use of stripcslashes() ?