Morning watch, 8 bells (8:13 am)
The makers may make
and the users may use,
but the fixers must fix
with but minimal clues
Morning watch, 8 bells (8:10 am)
PHP Code for Stupid people
if(!ereg("^.+ (.+)+$", $name)) {
// everybody has a last name...
print("Please enter your full name.");
exit;
}