darkfreaks Posted September 6, 2009 Share Posted September 6, 2009 ok i am making an ajax/PHP bassed password checker however my site currently doesnt allow non-character's accept underscore. how would i change the following statement <?php // non word characters if(preg_match("/(W+)/", $password)) { $strength++; } ?> Link to comment https://forums.phpfreaks.com/topic/173284-solved-preg_match-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.