Home
How Can I Make $$
Newsletters
On Sale Now
How to Be A Consignor
Starting Over Consignments
Special Sales
Survey
Feedback

 Feedback
Tell me what you think about my web site.  I welcome all of your comments and suggestions.
 
What kind of comment would you like to send?
 
Problem Suggestion Praise

Subject :    

Enter your comments in the space provided below:

Tell me how to get in touch with you:

Name
E-mail
Tel
Verification       Please type in verification to send feedback!
Please contact me as soon as possible regarding this matter.

This site was last updated 02/04/09

check($_POST['Verify']); $valid_code = $_SESSION['securimage_code_value']; if ($valid == true) { } else { print ""; print "

 "; print "\"Feedback\"
"; print " 
"; print "You entered [{$Verify}]

"; print "Security Code was [{$valid_code}]

"; print "Verification Error!

"; print "Email not sent because of so many SPAM robots.

"; print "Please hit the 'BACK' button on your browser. You shouldn't lose anything. Try it again.

"; print "Thanks for your feedback. We appreciate it . . .

"; /* foreach($_SESSION AS $key => $value) { ${$key} = $value; print "SESSION {$key} = {$value}
"; } foreach($_POST AS $key => $value) { ${$key} = $value; print "POST {$key} = {$value}
"; } foreach($_GET AS $key => $value) { ${$key} = $value; print "GET {$key} = {$value}
"; } */ exit; } /* alert("$Submit = [] . . ."); */ $Line1="sent the following message:"; $headers .= "From: Feedback - Starting Over \r\n"; /* $headers .= "Cc: birthdayarchive@example.com\r\n"; */ /* $headers .= "Bcc: birthdaycheck@example.com\r\n"; */ $to = "Darrell Hobbs "; $to .= ", " . "Brenda Hobbs "; $subject = "Feedback Form . . ."; $message = "MessageType: [$MessageType]\n"; $message .= "Subject: [$Subject]\n"; $message .= "Comments: [$Comments]\n"; $message .= "Username: [$Username]\n"; $message .= "Email Address: [$email]\n"; $message .= "Telephone: [$UserTel]\n"; $message .= "Security S/B: [$random_number]\n"; $message .= "Verification: [$Verify]\n"; /*--------------------------------------- Send it! ---------------------------------------*/ mail($to, $subject, $message, $headers); /*----------------------------------------------------------------------------------------*/ print ""; print "

 "; print "\"Feedback\"
"; print " 

"; print "Thank you . . .

Your message was sent.

"; print "This is what you submitted:

"; /* foreach($_POST AS $key => $value) { ${$key} = $value; print "POST {$key} = {$value}
"; } foreach($_GET AS $key => $value) { ${$key} = $value; print "GET {$key} = {$value}
"; } */ print "MessageType: [$MessageType]
"; print "Subject: [$Subject]
"; print "Comments: [$Comments]
"; print "Username: [$Username]
"; print "Email Address: [$email]
"; print "Telephone: [$UserTel]


"; print "Verification: [$Verify]


"; /* print "Message/Comments:
$Message


"; */ print "Return To Home Page"; } ?>