<?PHP
$fielddata = array("f_login" => "text:32:T",
"f_pw1" => "password:32:T:1",
"f_pw2" => "password:32:T:1",
"f_cgroup" => "text:128:T",
"f_company" => "text:128:F",
"f_name" => "text:128:T",
"f_age" => "text:3:F",
"f_sex" => "text:2:F",
"f_occuption" => "text:32:F",
"f_email" => "email:128:T:2",
"f_email2" => "email:128:T:2",
"f_mobile" => "text:32:F",
"f_inviteusername" => "text:32:F"
);
?>