if (!preg_match("/^w+$/", $username)) { eval("standarderror(\"Invalid Characters you can only use a-z, 1-9 or an underscore in your username.\");"); exit; }