"User Name", #53 "fpassword" => "Password" ); $fields_2 = array("user_name" => "User Name", #56 "password" => "Password", "email" => "Email", "first_name" => "First Name", "last_name" => "Last Name", "street" => "Street", "city" => "City", "state" => "State", "zip" => "Zip", "phone" => "Phone", "fax" => "Fax" ); #67 ?>
method="POST">
Login Form
$message_1\n"; } foreach($fields_1 as $field => $value) #80 { if(preg_match("/pass/i",$field)) $type = "password"; else $type = "text"; echo "
$value
\n"; } #91 ?>
If you already have an account, log in.
If you do not have an account, register now.
method="POST">
Registration Form
$message_2\n"; } foreach($fields_2 as $field => $value) #113 { if($field == "state") #115 { echo "
$value
"; $stateName=getStateName(); $stateCode=getStateCode(); for ($n=1;$n<=50;$n++) { $state=$stateName[$n]; $scode=$stateCode[$n]; echo "
"; } else #133 { if(preg_match("/pass/i",$field)) $type = "password"; else $type = "text"; echo "
$value
\n"; } //end else } // end foreach field #145 ?>