Warning: Undefined array key "email" in C:\xampp\htdocs\School\cis122\process.php on line 40

******CONFIRMATION******

This is your confirmation that you registered for the Web Development Workshop on Friday November 18th in Dearborn, Michigan.

First Name:
Warning: Undefined array key "firstname" in C:\xampp\htdocs\School\cis122\process.php on line 67
Last Name:
Warning: Undefined array key "lastname" in C:\xampp\htdocs\School\cis122\process.php on line 70
Address:
Warning: Undefined array key "address" in C:\xampp\htdocs\School\cis122\process.php on line 74
City:
Warning: Undefined array key "city" in C:\xampp\htdocs\School\cis122\process.php on line 77
State:
Warning: Undefined array key "state" in C:\xampp\htdocs\School\cis122\process.php on line 80
Zip:
Warning: Undefined array key "zipcode" in C:\xampp\htdocs\School\cis122\process.php on line 83
Phone Number:
Warning: Undefined array key "phone1" in C:\xampp\htdocs\School\cis122\process.php on line 86
--
E-Mail Address:
Warning: Undefined array key "email" in C:\xampp\htdocs\School\cis122\process.php on line 89
Day 1 Workshop Chosen:
Warning: Undefined array key "day1" in C:\xampp\htdocs\School\cis122\process.php on line 92
Day 2 Workshop Chosen:
Warning: Undefined array key "day2" in C:\xampp\htdocs\School\cis122\process.php on line 95
Package Chosen:
Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 98

Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 103

Your reservation is at Marriott

******CONFIRMATION******

This is your confirmation that you registered for the Web Development Workshop on Friday November 18th in Dearborn, Michigan.

First Name:
Warning: Undefined array key "firstname" in C:\xampp\htdocs\School\cis122\process.php on line 118
Last Name:
Warning: Undefined array key "lastname" in C:\xampp\htdocs\School\cis122\process.php on line 121
Address:
Warning: Undefined array key "address" in C:\xampp\htdocs\School\cis122\process.php on line 124
City:
Warning: Undefined array key "city" in C:\xampp\htdocs\School\cis122\process.php on line 127
State:
Warning: Undefined array key "state" in C:\xampp\htdocs\School\cis122\process.php on line 130
Zip:
Warning: Undefined array key "zipcode" in C:\xampp\htdocs\School\cis122\process.php on line 133
Phone Number:
Warning: Undefined array key "phone1" in C:\xampp\htdocs\School\cis122\process.php on line 136
--
E-Mail Address:
Warning: Undefined array key "email" in C:\xampp\htdocs\School\cis122\process.php on line 139
Day 1 Workshop Chosen:
Warning: Undefined array key "day1" in C:\xampp\htdocs\School\cis122\process.php on line 142
Day 2 Workshop Chosen:
Warning: Undefined array key "day2" in C:\xampp\htdocs\School\cis122\process.php on line 145
Package Chosen:
Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 148

Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 153

Your reservation is at Marriott

******CONFIRMATION******

This is your confirmation that you registered for the Web Development Workshop on Friday November 18th in Dearborn, Michigan.

First Name: Last Name:

Warning: Undefined array key "firstname" in C:\xampp\htdocs\School\cis122\process.php on line 171

Warning: Undefined array key "lastname" in C:\xampp\htdocs\School\cis122\process.php on line 171
Address: City:

Warning: Undefined array key "address" in C:\xampp\htdocs\School\cis122\process.php on line 177

Warning: Undefined array key "city" in C:\xampp\htdocs\School\cis122\process.php on line 177
State: Zip:

Warning: Undefined array key "state" in C:\xampp\htdocs\School\cis122\process.php on line 183

Warning: Undefined array key "zipcode" in C:\xampp\htdocs\School\cis122\process.php on line 183
Phone Number: E-Mail Address:

Warning: Undefined array key "phone1" in C:\xampp\htdocs\School\cis122\process.php on line 189
--

Warning: Undefined array key "email" in C:\xampp\htdocs\School\cis122\process.php on line 189
Day 1 Workshop Chosen: Day 2 Workshop Chosen:

Warning: Undefined array key "day1" in C:\xampp\htdocs\School\cis122\process.php on line 195

Warning: Undefined array key "day2" in C:\xampp\htdocs\School\cis122\process.php on line 195
Package Chosen:

Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 201

Warning: Undefined array key "package" in C:\xampp\htdocs\School\cis122\process.php on line 206

Your reservation is at Marriott

"; $subject = 'Confirmation'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Put your HTML here $message = $messageBody; // Mail it mail($to, $subject, $message, $headers); $messageSent=mail('squirrel1972gmail.com', 'Workshop Registration Confirmation', $message, "To: squirrel1972gmail.com\n". "From: Squirrel\n" .$headers); if ($messageSent) echo "

Your Registration was submitted. You will receive a confirmatin e-mail shortly.

"; else echo "

There was a problem with your registration. Call (313) 555-5555 for assistiance.

"; ob_end_flush(); ?>