I need to strip all and all \'quotes\' (\") and all \'ands\' (&) and replace them with a space only ...
\"
&
How c
Test paragraph. Other text'; echo strip_tags($text); echo "\n"; // Allow and echo strip_tags($text, ''); ?>
and echo strip_tags($text, ''); ?>
'); ?>
http://php.net/manual/en/function.strip-tags.php