New Quote
Posted in Quotes
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

Leave a Comment »
Code for Stupid people
Posted in General
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;
}
Leave a Comment »