function my_get_post($name,$escape=false)
{
$var_read = '';
if (isset($_POST[$name]))
{
$var_read = $_POST[$name];
if (get_magic_quotes_gpc()) $var_read=stripslashes($var_read);
if ($escape) $var_read=htmlspecialchars($var_read,ENT_QUOTES);
}
return $var_read;
}
function isEmail($str)
{
if(eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$", $str))
return true;
else
return false;
}
function form_4_count_spam($str)
{
$nb=0;
$word='http:';
if (stristr($str,$word)) $nb++;
$word='<';
if (stristr($str,$word)) $nb++;
$word='>';
if (stristr($str,$word)) $nb++;
return $nb;
}
$form_4_class='form_4_error';
$form_4_error='';
$form_4_spam=0;
$form_4_td_22_class='form_4_info';
$form_4_td_22_error=' ';
$form_4_td_22_value='';
$form_4_td_23_class='form_4_info';
$form_4_td_23_error=' ';
$form_4_td_23_value='';
$form_4_td_24_class='form_4_info';
$form_4_td_24_error=' ';
$form_4_td_24_value='';
$form_4_td_25_class='form_4_info';
$form_4_td_25_error=' ';
$form_4_td_25_value='';
$form_4_td_26_class='form_4_info';
$form_4_td_26_error=' ';
$form_4_td_26_value='';
if ('eimquyCG'==my_get_post('form_4_submit'))
{
$form_4_error_string='There are errors which need correction.';
$form_4_td_22_error_class='form_4_error';
$form_4_td_22_error_must='Error: This field is required!';
$form_4_td_22_error_spam='Error: http: < > are not allowed!';
$form_4_td_22_value=my_get_post('Name' ,true);
$form_4_body.='Name : '.my_get_post('Name')."\r\n";
if (''==trim(my_get_post('Name'))) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_must; $form_4_error=$form_4_error_string;}
$form_4_td_22_spam=form_4_count_spam(my_get_post('Name'));
if ($form_4_td_22_spam>0)
{
if ($form_4_td_22_class!=$form_4_td_22_error_class) {$form_4_td_22_class=$form_4_td_22_error_class; $form_4_td_22_error=$form_4_td_22_error_spam; $form_4_error=$form_4_error_string;}
$form_4_spam += $form_4_td_22_spam;
}
$form_4_td_23_error_class='form_4_error';
$form_4_td_23_error_must='Error: This field is required!';
$form_4_td_23_error_validation='Error: This field must be an email!';
$form_4_td_23_error_spam='Error: http: < > are not allowed!';
$form_4_td_23_value=my_get_post('Email' ,true);
$form_4_body.='Email : '.my_get_post('Email')."\r\n";
if (''==trim(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_must; $form_4_error=$form_4_error_string;}
if ($form_4_td_23_class!=$form_4_td_23_error_class && ''!=trim(my_get_post('Email')) && !isEmail(my_get_post('Email'))) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_validation; $form_4_error=$form_4_error_string;}
$form_4_td_23_spam=form_4_count_spam(my_get_post('Email'));
if ($form_4_td_23_spam>0)
{
if ($form_4_td_23_class!=$form_4_td_23_error_class) {$form_4_td_23_class=$form_4_td_23_error_class; $form_4_td_23_error=$form_4_td_23_error_spam; $form_4_error=$form_4_error_string;}
$form_4_spam += $form_4_td_23_spam;
}
$form_4_td_24_error_class='form_4_error';
$form_4_td_24_error_spam='Error: http: < > are not allowed!';
$form_4_td_24_value=my_get_post('Address' ,true);
$form_4_body.='Address : '.my_get_post('Address')."\r\n";
$form_4_td_24_spam=form_4_count_spam(my_get_post('Address'));
if ($form_4_td_24_spam>0)
{
if ($form_4_td_24_class!=$form_4_td_24_error_class) {$form_4_td_24_class=$form_4_td_24_error_class; $form_4_td_24_error=$form_4_td_24_error_spam; $form_4_error=$form_4_error_string;}
$form_4_spam += $form_4_td_24_spam;
}
$form_4_td_25_error_class='form_4_error';
$form_4_td_25_error_spam='Error: http: < > are not allowed!';
$form_4_td_25_value=my_get_post('Telephone' ,true);
$form_4_body.='Telephone : '.my_get_post('Telephone')."\r\n";
$form_4_td_25_spam=form_4_count_spam(my_get_post('Telephone'));
if ($form_4_td_25_spam>0)
{
if ($form_4_td_25_class!=$form_4_td_25_error_class) {$form_4_td_25_class=$form_4_td_25_error_class; $form_4_td_25_error=$form_4_td_25_error_spam; $form_4_error=$form_4_error_string;}
$form_4_spam += $form_4_td_25_spam;
}
$form_4_td_26_error_class='form_4_error';
$form_4_td_26_error_spam='Error: http: < > are not allowed!';
$form_4_td_26_value=my_get_post('Comments' ,true);
$form_4_body.='Comments : '.my_get_post('Comments')."\r\n";
$form_4_td_26_spam=form_4_count_spam(my_get_post('Comments'));
if ($form_4_td_26_spam>0)
{
if ($form_4_td_26_class!=$form_4_td_26_error_class) {$form_4_td_26_class=$form_4_td_26_error_class; $form_4_td_26_error=$form_4_td_26_error_spam; $form_4_error=$form_4_error_string;}
$form_4_spam += $form_4_td_26_spam;
}
if (''==trim($form_4_error) && 0==$form_4_spam)
{
$receiver='youremail@email.com';
$subject='Form Result -- Contact';
if (isEmail( $form_4_td_22_value )) $header='From: '.$form_4_td_22_value;
$subject= substr($subject, 0, 255);
$subject=str_replace("\n", " ", $subject);
$subject=str_replace("\r", " ", $subject);
$body=str_replace("\n.", "\n..", $form_4_body);
if ($body!="")
{
$result=mail($receiver,$subject,$body,$header);
if (!result)
{
echo 'ERROR: The PHP mail function mail($receiver,$subject,$body,$header); does not work properly on your server, please contact your web hosting.';
exit;
}
}
if ($result)
{
$url='http://www.signsanddisplaysdirect.com/products.htm';
if (!headers_sent()){
header('Location: '.$url); exit;
}else{
echo '';
echo '';
echo ' ';
echo ' '; exit;
}
exit;
}
}
if (trim($form_4_error)) $form_4_error="
$form_4_error ";
}
if ($form_4_spam >= 3) sleep(20);
if ($form_4_spam >= 3) $form_4_td_22_value='';
if ($form_4_spam >= 3) $form_4_td_23_value='';
if ($form_4_spam >= 3) $form_4_td_24_value='';
if ($form_4_spam >= 3) $form_4_td_25_value='';
if ($form_4_spam >= 3) $form_4_td_26_value='';
?>
Signs & Displays Direct- POP displays, signs, banners, retail and commercial signage, trade show displays.
Imaging From SDD, Signs + Displays Direct
SDD offers the latest in high-resolution imaging on a multitude of media, including:
- Back-lit Film
- Banners
- Fabric
- Canvas
- Acrylic
- Foamboard
- Wall Murals
- Coroplast
- Decals
- Static Clings
SDD is a full service signage and display company, offering the latest in POP displays signs, banners, trade show displays, stands, letters, post and panel, monument and pylon signs, retail and commercial signage. We provide the latest in high-resolution imaging and create turn-key P.O.P. Programs.
TO REQUEST INFORMATION ON OUR IMAGING SERVICES:
. : Downloads
Click here for brochures, handouts and more
Downloads
Copyright 2017 SDD, Signs & Displays Direct All rights reserved.
This website was powered by Ewisoft
eCommerce Website Builder .