E-Commerce Demo

Please enter your name"; } if ($email == "") { $error .= "

  • Please enter your e-mail address"; } if (!ereg( '^[-!#$%&\'*+\\./0-9=?A-Z^_`a-z{|}~]+'. '@'. '[-!#$%&\'*+\\/0-9=?A-Z^_`a-z{|}~]+\.' . '[-!#$%&\'*+\\./0-9=?A-Z^_`a-z{|}~]+$', $email) ) {$error .= "
  • A valid e-mail address is required";} if ($subject == "") { $error .="
  • Please select a subject"; } if ($phone == "") { $error .="
  • Please enter your telephone number"; } if ($message == "") { $error .="
  • Please enter a message"; } if ($error) { print "The following errors were found:\n"; print "
      $error
    \n"; } if (!$error) { $fp = fopen ("/home/mbbhrkys/public_html/mail.txt","a+"); fwrite ($fp,"$email\n"); fclose ($fp) ; mail($subject, $subject, "name: $name , email : $email \n phone: $phone \n address 1: $address1\n address 2: $adrress2\n city: $city \n state: $state, zip: $zip\n message: $message", "From: $email"); print "

    This is auto replay

    \n

    Your message have been received

    \n

    Customer service is our number one priority, We measure our success in customer satisfaction. You will be contacted with in 24 hours.

    \n

    Thank you

    \n

    Frances Towsi

    \n

    Customer Relation Manager

    \n

    1-888-642-4726

    " ; } } ?>

  • Featured Website