Page is a not externally linkable
ahmed24 - 10:47 am on Sep 8, 2009 (gmt 0)
if (!preg_match('/[[:^digit:]]/', $username)) { } but this only detects if it is a number, how can i determine if it also begins with a letter p ?
i've managed to do this: