tell_a_friend.php File Reference

Go to the source code of this file.

Variables

 $valid_product = false
 $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']
 $vccCheckOk = "False"
 $_POST ['to_name'] = preg_replace( "/\n/", " ", $_POST['to_name'] )
 $to_email_address = tep_db_prepare_input($HTTP_POST_VARS['to_email_address'])
 $to_name = tep_db_prepare_input($HTTP_POST_VARS['to_name'])
 $from_email_address = tep_db_prepare_input($HTTP_POST_VARS['from_email_address'])
 $from_name = tep_db_prepare_input($HTTP_POST_VARS['from_name'])
 $message = tep_db_prepare_input($HTTP_POST_VARS['message'])
 $email_body = sprintf(TEXT_EMAIL_INTRO, $to_name, $from_name, $product_info['products_name'], STORE_NAME) . "\n\n"
 $account = tep_db_fetch_array($account_query)
 $content = CONTENT_TELL_A_FRIEND


Variable Documentation

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

Definition at line 90 of file tell_a_friend.php.

$account = tep_db_fetch_array($account_query)
 

Definition at line 219 of file tell_a_friend.php.

$code = $code_array['code']
 

Definition at line 66 of file tell_a_friend.php.

$code_array = tep_db_fetch_array($code_query)
 

Definition at line 65 of file tell_a_friend.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 64 of file tell_a_friend.php.

$content = CONTENT_TELL_A_FRIEND
 

Definition at line 255 of file tell_a_friend.php.

$email_body = sprintf(TEXT_EMAIL_INTRO, $to_name, $from_name, $product_info['products_name'], STORE_NAME) . "\n\n"
 

Definition at line 129 of file tell_a_friend.php.

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

Definition at line 98 of file tell_a_friend.php.

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

Definition at line 99 of file tell_a_friend.php.

Referenced by debug::send_email(), and PayPal_Debug::sendEmail().

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

Definition at line 100 of file tell_a_friend.php.

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

Definition at line 96 of file tell_a_friend.php.

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

Definition at line 97 of file tell_a_friend.php.

Referenced by debug::send_email(), and PayPal_Debug::sendEmail().

$user_entered_code = $HTTP_POST_VARS['visual_verify_code']
 

Definition at line 70 of file tell_a_friend.php.

$valid_product = false
 

Definition at line 20 of file tell_a_friend.php.

Referenced by ot_coupon::calculate_tax_deduction().

$vccCheckOk = "False"
 

Definition at line 79 of file tell_a_friend.php.


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