Click here to Skip to main content
15,907,149 members

Comments by kinahp (Top 9 by date)

kinahp 24-Mar-15 6:35am View    
It works !!! Thank you so much for your help :)
kinahp 20-Mar-15 9:48am View    
$val ) {
if ( preg_match( $test, $val ) ) {
exit;
}
}

mail( "email@email.com", $_POST['subject'], $_POST['message'], "From:" . $_POST['email']);


}
?>

Currently this is working fine apart phone number
kinahp 20-Mar-15 6:54am View    
doesn't show any error, but not even receiving any email if I add this
kinahp 20-Mar-15 5:29am View    
thank you ramyajaya, but it doesn't work either
kinahp 19-Mar-15 9:31am View    
sorry,didn't get that