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 | |
|
|
Definition at line 17 of file contact_us.php. Referenced by ImageManager::processUploads(). |
|
|
Definition at line 31 of file contact_us.php. |
|
|
Definition at line 30 of file contact_us.php. |
|
|
Definition at line 29 of file contact_us.php. |
|
|
Definition at line 58 of file contact_us.php. |
|
|
Definition at line 59 of file contact_us.php. |
|
|
Definition at line 51 of file contact_us.php. |
|
|
Definition at line 54 of file contact_us.php. |
|
|
Definition at line 48 of file contact_us.php. |
|
|
Definition at line 57 of file contact_us.php. |
|
|
Definition at line 56 of file contact_us.php. |
|
|
Definition at line 53 of file contact_us.php. |
|
|
Definition at line 35 of file contact_us.php. |
|
|
Definition at line 25 of file contact_us.php. |
1.4.4