"User Name", #7 "fpassword" => "Password" ); $fields_2 = array("loginName" => "User Name", #9 "password" => "Password", "email" => "Email", "firstName" => "First Name", "lastName" => "Last Name", "street" => "Street", "city" => "City", "state" => "State", "zip" => "Zip", "phone" => "Phone", "fax" => "Fax" ); include("function12.inc"); #21 ?> Customer Login Page
Login Form $message_1

\n"; } foreach($fields_1 as $field => $value) #55 { if(preg_match("/pass/i",$field)) $type = "password"; else $type = "text"; echo "
\n"; } #66 ?>

If you already have an account, log in.

If you do not have an account, register now.

Registration Form $message_2

\n"; } foreach($fields_2 as $field => $value) #86 { if($field == "state") #88 { echo "
"; } else #118 { if(preg_match("/pass/i",$field)) $type = "password"; else $type = "text"; echo "
\n"; } //end else } // end foreach field #130 ?>