';
echo 'You started ' . $when_you_started;
echo ' and have this many credits = ' . $credit_hours . '
';
echo 'Major: ' . $major . '
';
echo 'Reason for attending: ' . $reason . '
';
echo 'Favorite Class: ' . $favorite_class . '
';
echo 'Experience good? ' . $experience. '
';
echo 'Other comments: ' . $other . '
';
echo 'Your email address is ' . $email;
?>