2) return false; $username = $tmp[0]; if(isset($tmp[1])) $hostname = $tmp[1]; else return false; if(!eregi("^[a-z0-9_\+\.\-]+$", $username)) return false; if(!is_hostname($hostname)) return false; return true; } function is_hostname($host) { if(!eregi("^[a-z0-9]{1}[a-z0-9\.\-]*\.[a-z]{2,}$", $host)) return false; if(ereg("\.\.", $host) || ereg("\.-",$host) || ereg("-\.",$host)) return false; return true; } if(count($P) > 0) { //========================================FORM VALIDATION============================================================== if((!isset($P['customerid'])) || (trim($P['customer'] == '')) || (strlen($P['customerid']) > 30)) $errors['firstname'] = ""; if((!isset($P['phone'])) || (trim($P['phone'] == '')) || (strlen($P['phone']) > 30)) $errors['phone'] = ""; if(is_email($P['email']) == false) $errors['email'] = ""; if(count($errors) == 0) { if(!isset($phone)) { $phone = "Empty"; } $emailto = "adnanzafar885@hotmail.com"; $headers = 'From: sales@volofi.com' . "\r\n"; $subject = "On-line Customer Support"; $message = "Contact Details \n\n"; $message .= "Customer ID : ".$customerid."\n"; $message .= "Phone No : ".$phone."\n"; $message .= "Email : ".$email."\n"; $message .= "Prefer method to contact you : ".$methodcontact."\n"; $message .= "Problem Description : ".$problem."\n"; $message .= "--------------------------------------\n"; if(@mail($emailto,$subject, $message, $headers)){ header("Location: http://www.volofi.com/thankyou.php?status=1"); } else{ header("Location: http://www.volofi.com/thankyou.php?status=0"); } } } ?> VoloFi - Future is GREEN


Please fill this form.Our technical support will contact you back shortly.

Field Mark with * are mandatory

 

 

Customer ID ( * )  
Phone No ( * )  
Email ( * )  
Prefer method to contact you ( * )  
Problem Description (Optional)  
(Please give a brief description of your problem)  
 


Support Options
we are highly committed and dedicated towards supporting and maintaining all of your computing needs through VoloFi ® platform. Thus making your Green VoloFi ® experience an enjoyable one."

-- VoloFi ®


© 2008 VoloFi