Introduction to JavaScript

Account Setup

First Name
Last Name
Password
Password
Email

"; $errMsg2 = "This probably happened because the First Name did not match up.
"; $errMsg3 = 'The information has been emailed to me so that I can fix the "problem".
'; $errMsg4 = 'I will email you to tell you that the problem has been fixed.'; /*************** Mail ***************/ $message = ""; $message .= "NAME: ". $First ." ". $Last ."\n"; $message .= "PASSWORD: ". $Password ."\n"; $message .= "EMAIL: ". $Email; $to = "frank@sislands.com"; $subject = "Account Setup Problem"; $from = "From: jscript@sislands.com"; mail($to, $subject, $message, $from); /*************** EOF Mail ***************/ ?>
Introduction to JavaScript

Account Setup

,

JavaScript Home Page
Introduction to JavaScript

Account Setup

, Thank You.

Your Information has been successfully processed.

Quiz 1