In php, how would i validate a form so that it can only be letters and numbers? Thanks. (have no idea how to write regex expressions) If possible, could you show me exactly how to do it in php so i could return a message if it is not validated correctly? thanks.