';} if($info['lastname']=='') {$error.= $field_names['lastname'].'
';} if($info['age']=='' || (int)$info['age']<10 || (int)$info['age']>80){$error.= $field_names['age'].'
';} if($info['category']=='0') {$error.= $field_names['category'].'
';} if($info['phone']=='') {$error.= $field_names['phone'].'
';} if($info['address']=='') {$error.= $field_names['address'].'
';} if($info['city']=='') {$error.= $field_names['city'].'
';} if($info['country']=='') {$error.= $field_names['country'].'
';} if($info['email']!=''){ if (!preg_match("/[\w\.\-]+@\w+[\w\.\-]*?\.\w{1,4}/", $info['email'])){ $error.= $field_names['email'].'
'; } } if( $error!='' ) {$error= '
 '.$field_names['errormessage'].'
'.$error.'
';} return $error; } function show_registration_form(){ global $lang, $info, $field_names; ?>
*
*
*
*
*
*
  
*
*
*
Belikros -
BeliKros.org - Winter 2007 -

'.$page_titles[20].' '; } else{ echo 'Sorry, there were problems while proccessing your application, please, try later or contact us'; } } else{ echo $error_message; show_registration_form( $info, $field_names); } } ?>