31
General Database /
« on: April 26, 2004, 05:24:39 PM »
Their is no need to double post topics.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
^[_a-z0-9-]+(.[_a-z0-9-]+)*@([0-9a-z](-?[0-9a-z])*.)+[a-z]{2}([zmuvtg]|fo|me)?$
function DetermineClass ($class, $birth) {
if ((!$class) || (!$birth)) {
return FALSE;
} else {
return ("Your Charecter of the $class class was born on $birth");
}
}
DetermineClass(Jedi, Tattoine);