|
|
 |
Contact
Information |
|
#########################################################
# ContactForm #
#########################################################
# #
# Created by: Doni Ronquillo #
# Modified by: CodeMunkyX #
# #
# This script and all included functions, images, #
# and documentation are copyright 2003 #
# free-php.net (http://free-php.net) unless #
# otherwise stated in the module. #
# #
# Any copying, distribution, modification with #
# intent to distribute as new code will result #
# in immediate loss of your rights to use this #
# program as well as possible legal action. #
# #
#########################################################
include('scripts/ContactForm/inc/config.inc');
include($script_dir . '/scripts/ContactForm/inc/header.php');
if ($_SERVER['REQUEST_METHOD'] == "POST") {
mail("$adminemail[$who]", "$subjectheader $subject", "$msg2", "From: $email \nReply-To: $email");
if ($redirecturl != "") {
header("Location: $redirecturl");
} else {
|
Mailing address:
Taurus Reservoir Solutions Ltd.
Suite 1060, 1015 - 4th St. SW
Calgary, AB, Canada T2R 1J4
Phone:
403-668-5053
Fax:
403-668-5054
E-mail:
taurus@taurusrs.com
|
|
|