Har niwale mein asli mahak aur bemisaal swad—Delhi Pasand Basmati Rice.

Madan Atta Chakki Contact Form

A new request was submitted on Madan Atta Chakkit Contact Form. Following are the details:

Name '.$_REQUEST['name'].'
Phone Number '.$_REQUEST['phone'].'
Email Address '.$_REQUEST['email'].'
Message '.$_REQUEST['message'].'
'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; // Additional headers //$headers .= 'To: Mary , Kelly ' . "\r\n"; $headers .= 'From: '.$_REQUEST['name'].' <'.$_REQUEST['email'].'>' . "\r\n"; $headers .= 'Cc: madanatta1@gmail.com' . "\r\n"; //$headers .= 'Bcc: vtayal116@gmail.com' . "\r\n"; // Mail it $mailStatus = mail($to, $subject, $message, $headers); if($mailStatus) { //echo 'mail sent';?>