Forum Moderators: coopster
I am using this regex
ereg_replace("[^a-zA-Z0-9[:blank:][:space:]&()'?.,:%!@\"\-]+", "", $_REQUEST['product_des']));
Which is allowing double quotes except a backslash is being added to the string before each double quote.