Forum Moderators: coopster
$username = $_POST['username'];
i want to be able to check to see if the value for $username starts with the letter p (not case sensative) and is followed by a numeric set of values. If so echo something else echo something else
can anyone tell me how i can achieve this?
thanks