Home >> Contact Information
Your messages is submitted.';
echo 'Thank you very much, and have a nice day!!' ;
echo 'Please click here back to the home' ;
exit;
}
}
// Function to validate against any email injection attempts
function IsInjected($str)
{
$injections = array('(\n+)',
'(\r+)',
'(\t+)',
'(%0A+)',
'(%0D+)',
'(%08+)',
'(%09+)'
);
$inject = join('|', $injections);
$inject = "/$inject/i";
if(preg_match($inject,$str))
{
return true;
}
else
{
return false;
}
}
?>
".nl2br($errors)."";
}
?>
|
Visit our office, or call us by the below information
|
HEAD OFFICE
Rm 331, 3/F, No.30, ChongQing N. Road Sec.1, Dist. Datong, Taipei, 10350, Taiwan
Tel: +886-2-66178155
Fax: +886-2-33229053
|
-->