if($this->post_get('password') == $this->post_get('re_password') && !array_key_exists('password', $err) && !array_key_exists('re_password', $err)): ... endif;
Aug 24 2009, 10:53