Submit Your Information
Submit Your Information
|
|
#!/usr/local/bin/perl
require "subparseform.lib";
&Parse_Form;
$name = $formdata{'name'};
$city = $formdata{'city'};
$food = $formdata{'food'};
print "Content-type: text/html\n\n";
print "Thank you, here is the information you entered: ";
print " - First Name: $first - City: $city ";
print " - Favorite Food: $food";
|
|
|
|
It is safe to place orders over the Internet IF a secure online order form is used. Our system features 3-Way Encryption to ensure total security for online transactions. The following diagram outlines the 3-Way Encryption process.
|
|
|
Transactions are only totally secure when information is coded or "encrypted" in three areas. The diagram above demonstrates the 3-Way Encryption process.
Information is first coded between the customer and our server. Second, the information is coded on our own hard drive. At this point an e-mail is sent to the merchant notifying them of the order. Finally, when the merchant retrieves the order, the third coding takes place.
|
|
|