Why wont this PHP validate?

Posted by user309641 on Stack Overflow See other posts from Stack Overflow or by user309641
Published on 2010-04-12T02:01:17Z Indexed on 2010/04/12 2:03 UTC
Read the original article Hit count: 310

Filed under:
|
|
|
|

(#(#($&*#$";

if (preg_match("/^[0-9a-z-A-Z-_@ !]*/", $username)) { echo "true"; }else{ echo "false"; } ?>

© Stack Overflow or respective owner

Related posts about php

Related posts about validation