contact_us.php File Reference

Go to the source code of this file.

Variables

 $_POST ['email'] = preg_replace( "/\n/", " ", $_POST['email'] )
 $vccCheckOk = "True"
 $code_query = tep_db_query("select code from visual_verify_code where oscsid = '" . tep_session_id($HTTP_GET_VARS[tep_session_name()]) . "'")
 $code_array = tep_db_fetch_array($code_query)
 $code = $code_array['code']
 $user_entered_code = $HTTP_POST_VARS['visual_verify_code']
 $error = false
 $email_address = tep_db_prepare_input($HTTP_POST_VARS['email'])
 $subject = tep_db_prepare_input($HTTP_POST_VARS['email_subject'])
 $enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry'])
 $ipaddress = $HTTP_SERVER_VARS["REMOTE_ADDR"]
 $ip = "\n\n IP: " . $ipaddress
 $content = $HTTP_POST_VARS['enquiry']
 $content_ip = $content . $ip


Variable Documentation

$_POST['name'] = preg_replace( "/\n/", " ", $_POST['email'] )
 

Definition at line 17 of file contact_us.php.

Referenced by ImageManager::processUploads().

$code = $code_array['code']
 

Definition at line 31 of file contact_us.php.

$code_array = tep_db_fetch_array($code_query)
 

Definition at line 30 of file contact_us.php.

$code_query = tep_db_query("select code from visual_verify_code where oscsid = '" . tep_session_id($HTTP_GET_VARS[tep_session_name()]) . "'")
 

Definition at line 29 of file contact_us.php.

$content = $HTTP_POST_VARS['enquiry']
 

Definition at line 58 of file contact_us.php.

$content_ip = $content . $ip
 

Definition at line 59 of file contact_us.php.

$email_address = tep_db_prepare_input($HTTP_POST_VARS['email'])
 

Definition at line 51 of file contact_us.php.

$enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry'])
 

Definition at line 54 of file contact_us.php.

$error = false
 

Definition at line 48 of file contact_us.php.

$ip = "\n\n IP: " . $ipaddress
 

Definition at line 57 of file contact_us.php.

$ipaddress = $HTTP_SERVER_VARS["REMOTE_ADDR"]
 

Definition at line 56 of file contact_us.php.

$subject = tep_db_prepare_input($HTTP_POST_VARS['email_subject'])
 

Definition at line 53 of file contact_us.php.

$user_entered_code = $HTTP_POST_VARS['visual_verify_code']
 

Definition at line 35 of file contact_us.php.

$vccCheckOk = "True"
 

Definition at line 25 of file contact_us.php.


Generated on Fri Mar 17 14:48:58 2006 for CRE Loaded 6.2 Pro by  doxygen 1.4.4