Contact Us :

 

Cerasol Hong Kong Ltd
Rm 8402, 4/F House of Corona,
No. 50 Hung To Road, Kwun Tong
Kowloon, Hong Kong

Tel: (852) 2950 0218
Fax : (852) 2950 0823
email : sales@cerasol.com.hk

 

Room 1812, 18/FL., Sino Center,
211, Changang Road
Guangzhou, China



Tel: (86) 20-34332130
Fax: (86) 20-34332130

'Name', 'tel' => 'Telephone', 'email' => 'Email', 'fax' => 'Fax', 'message' => 'Message'); if (empty($email['name'])) { echo 'Please give us your name.
'; $error = true; } if (empty($email['tel'])) { echo 'Please give us your telephone number.
'; $error = true; } if (!checkEmail($email['email'])) { echo 'What is your email? Maybe you have give us a wrong email.
'; $error = true; } if (empty($email['message'])) { echo 'Um... What do you want to tell us?
'; $error = true; } if (!$error) { $Name = $email['name']; $fromemail = $email['email']; foreach ($email as $variable => $value) { $mail_body .= $email_list[$variable] . ":\r\n" . ((empty($value)) ? 'N/A' : $value) . "\r\n\r\n"; } $subject = 'You got a message [' . date('d-m-Y H:i', time()) . ']'; $header = 'From: '. $Name . ' <' . $fromemail . ">\r\n"; mail($recipient, $subject, $mail_body, $header); echo 'Email sent successful!'; unset($mode); } } ?>
 
You can also contact us directly :
>Your Name* :
>Email* :
>Tel* :
Fax :
>Msg :
* must be filled.