Posted by Mindy Geac on 08/29/05 13:57
Is it possible to delete special caracters from a string and multiple spaces? When the input is : "a&*bbb cc/c d!d" I want the result : "abbb ccc dd" thnx. MJ <?php $q = $_REQUEST['q']; $q = strip_tags($q); echo $q ?>
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming