IsSMTP(); $mail->Host = 'mail.eaadharcard.in'; $mail->Port = 465; $mail->SMTPAuth = false; $mail->SMTPSecure = 'ssl'; $mail->Subject = stripslashes($subject); $mail->From = $mailfrom; $mail->FromName = $mailfrom; $mailto_array = explode(",", $mailto); for ($i = 0; $i < count($mailto_array); $i++) { if(trim($mailto_array[$i]) != "") { $mail->AddAddress($mailto_array[$i], ""); } } if (!ValidateEmail($mailfrom)) { $error .= "The specified email address (" . $mailfrom . ") is invalid!\n
"; throw new Exception($error); } $mail->AddReplyTo($mailfrom); $message .= $eol; $message .= "IP Address : "; $message .= $_SERVER['REMOTE_ADDR']; $message .= $eol; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . $eol; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . $eol; } } } $mail->CharSet = 'ISO-8859-1'; if (!empty($_FILES)) { foreach ($_FILES as $key => $value) { if ($_FILES[$key]['error'] == 0) { if (is_array($_FILES[$key]['name'])) { $count = count($_FILES[$key]['name']); for ($file = 0; $file < $count; $file++) { $mail->AddAttachment($_FILES[$key]['tmp_name'][$file], $_FILES[$key]['name'][$file]); } } else { $mail->AddAttachment($_FILES[$key]['tmp_name'], $_FILES[$key]['name']); } } } } $mail->WordWrap = 80; $mail->Body = $message; $mail->Send(); if (!ValidateEmail($autoresponder_from)) { $error .= "The specified autoresponder email address (" . $autoresponder_from . ") is invalid!\n
"; throw new Exception($error); } $mail->ClearAddresses(); $mail->ClearAttachments(); $mail->Subject = stripslashes($autoresponder_subject); $mail->From = $autoresponder_from; $mail->FromName = $autoresponder_from; $mail->AddAddress($autoresponder_to, ""); $mail->AddReplyTo($autoresponder_from); $mail->IsHTML(false); $mail->WordWrap = 80; $mail->Body = $autoresponder_message; $mail->Send(); $search = array("ä", "Ä", "ö", "Ö", "ü", "Ü", "ß", "!", "§", "$", "%", "&", "/", "\x00", "^", "°", "\x1a", "-", "\"", " ", "\\", "\0", "\x0B", "\t", "\n", "\r", "(", ")", "=", "?", "`", "*", "'", ":", ";", ">", "<", "{", "}", "[", "]", "~", "²", "³", "~", "µ", "@", "|", "<", "+", "#", ".", "´", "+", ","); $replace = array("ae", "Ae", "oe", "Oe", "ue", "Ue", "ss"); foreach($_POST as $name=>$value) { $name = str_replace($search, $replace, $name); $name = strtoupper($name); if (is_array($value)) { $form_data[$name] = implode(",", $value); } else { $form_data[$name] = $value; } } $db = mysqli_connect($mysql_server, $mysql_username, $mysql_password) or die('Failed to connect to database server!
'.mysqli_error($db)); mysqli_query($db, "CREATE DATABASE IF NOT EXISTS $mysql_database"); mysqli_select_db($db, $mysql_database) or die('Failed to select database
'.mysqli_error($db)); mysqli_query($db, "CREATE TABLE IF NOT EXISTS $mysql_table (ID int(9) NOT NULL auto_increment, `DATESTAMP` DATE, `TIME` VARCHAR(8), `IP` VARCHAR(15), `BROWSER` TINYTEXT, PRIMARY KEY (id))"); foreach($form_data as $name=>$value) { mysqli_query($db ,"ALTER TABLE $mysql_table ADD $name VARCHAR(255)"); } mysqli_query($db, "INSERT INTO $mysql_table (`DATESTAMP`, `TIME`, `IP`, `BROWSER`) VALUES ('".date("Y-m-d")."', '".date("G:i:s")."', '".$_SERVER['REMOTE_ADDR']."', '".$_SERVER['HTTP_USER_AGENT']."')")or die('Failed to insert data into table!
'.mysqli_error($db)); $id = mysqli_insert_id($db); foreach($form_data as $name=>$value) { mysqli_query($db, "UPDATE $mysql_table SET $name='".mysqli_real_escape_string($db, $value)."' WHERE ID=$id") or die('Failed to update table!
'.mysqli_error($db)); } mysqli_close($db); header('Location: '.$success_url); } catch (Exception $e) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $e->getMessage(), $errorcode); echo $errorcode; } exit; } ?> Untitled Page >
What is Aadhaar

Aadhaar is a 12-digit unique identification number issued by the Indian government to every individual resident of India.  The Unique Identification Authority of India (UDAI), which functions under the Planning Commission of India, is responsible for managing Aadhaar numbers and Aadhaar identification cards.

The Aadhaar project was initiated as an attempt towards having a single, unique identification document or number that would capture all the details, including demographic and biometric information, of every resident Indian individual. Currently there are a plethora of identity documents in India including passports, permanent account numbers (PANs), driving licenses and ration cards. The Aadhaar card / UID will not replace these identification documents but can be used as the sole identification proof when applying for other things. It will also serve as the basis for Know Your Customer (KYC) norms used by banks, financial institutions, telecom firms and other businesses that maintain customer profiles. Aadhaar numbers will eventually serve as the basis for a database with which disadvantaged Indian residents can access services that have been denied to them due to lack of identification documents.

A resident Indian can apply for the Aadhaar number and card by submitting the existing proof of identity (passport, PAN card, driving license, etc.) and proof of address (phone/ power bill, bank statements, etc.) and by undergoing biometric profiling (fingerprints and iris scan) at any Aadhaar center.

Complete Solutions for your Aadhaar Card...
Download Duplicate Aadhaar Card, Download Copy of Aadhar card,  Check Aadhar Card Status, Update  Aadhaar  Card Online, Lost aadhar eaadhar Card, Aadhar Card
We guide you to get your Lost/Pending/Rejected/Update Aadhaar Card...
                                           
Aadhaar

Aadhaar is a 12-digit unique identification number issued by the Indian government to every individual resident of India.  The Unique Identification Authority of India (UDAI), which functions under the Planning Commission of India, is responsible for managing Aadhaar numbers and Aadhaar identification cards.

The Aadhaar project was initiated as an attempt towards having a single, unique identification document or number that would capture all the details, including demographic and biometric information, of every resident Indian individual. Currently there are a plethora of identity documents in India including passports, permanent account numbers (PANs), driving licenses and ration cards. The Aadhaar card / UID will not replace these identification documents but can be used as the sole identification proof when applying for other things. It will also serve as the basis for Know Your Customer (KYC) norms used by banks, financial institutions, telecom firms and other businesses that maintain customer profiles. Aadhaar numbers will eventually serve as the basis for a database with which disadvantaged Indian residents can access services that have been denied to them due to lack of identification documents.

A resident Indian can apply for the Aadhaar number and card by submitting the existing proof of identity (passport, PAN card, driving license, etc.) and proof of address (phone/ power bill, bank statements, etc.) and by undergoing biometric profiling (fingerprints and iris scan) at any Aadhaar center.

DOB:
E-Mail:
Name:
Complete Detail:
Pin Code:
Copyright 2016-17
www.eaadharcard.in