if (preg_check("/^[-0-9A-Z_@\s]+$/i", $user_name)) {
if (preg_check("/^[-0-9A-ZÆØÅ_@\s]+$/i", $user_name)) {
if (!preg_match("/^[-0-9A-Z_@\s]+$/i", $username))
if (!preg_match("/^[-0-9A-ZÆØÅ_@\s]+$/i", $username))
Category Forum
User Administration - 8Labels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions