Email: enquiry@general-ed.com, Phone: +91 810 557 0816 / +91 98736 44577
Application assistance by Harvard, Wharton, INSEAD, ISB & HEC Alumni

General Education

Introduce Yourself


General Education offers counseling services for applying to business schools for an MBA in India, US, and Europe. The following questionnaire will help us to quickly analyze first hand information about you and evaluate your candidature for the desired career/school. Write NA (Not Applicable) to questions that do not apply to you

Enquiry About (Subject Of your Mail) :

Your Career Aspirations

What do you want to pursue as a career? (state as specific as possible)


Target country or schools(if already selected)


Date on which you wish to start your MBA coursework (mm/yy):

Your Academic Details :

ParticularPost GraduateGraduate
University
Date of Graduation
Major in

Verbal Quantitative Total
GMAT Score
Date of GMAT (mm/yy)

Your Job Details :

ParticularPresent Job Previous Job
Company Name/Location
Designation

Your Personal Details :

Name:
Mail ID:
Contact No:

Your Comments:


How did you come to know about us (Businessweek Forum, Bulletin Board of your company, Pagalguy etc.)?






check($_POST['code']); $to = 'enquiry@general-ed.com'; //$to .= 'pallavi@jnd.in'; $SpamErrorMessage = "No website URLs permitted"; $subject=$_POST['subject']; $email=$_POST['email']; $name=$_POST['realname']; if (preg_match("/http/i", "$name")) {echo "$SpamErrorMessage"; exit();} if (preg_match("/http/i", "$subject")) {echo "$SpamErrorMessage"; exit();} if (preg_match("/http/i", "$email")) {echo "$SpamErrorMessage"; exit();} $subject="Enquiry Details"; $message='Enquiry About :'.$_POST['subject'].'
Career Aspirations:'.$_POST['CareerAspiration'].'
Target country or schools:'.$_POST['TargetCountry'].'
Date on which you wish to start your MBA coursework (mm/yy):'.$_POST['PlanMBAStartDate'].'

Your Academic Details :
Post Graduate Details:
University:'.$_POST['PostGraduateUni'].'
Date of PostGraduation: '.$_POST['DatePostGra'].'
Major In: '.$_POST['PostMajorIn'].'

Graduate Details:
University:'.$_POST['GraduateUni'].'
Date of Graduation: '.$_POST['DateGra'].'
Major In: '.$_POST['GraMajorIn'].'

Gmat Score Details:
Verbal: '.$_POST['GMATVerbal'].'
Quantitative: '.$_POST['VisitorGMATQ'].'
Total: '.$_POST['VisitorGMATTot'].'
Date of GMAT (mm/yy): '.$_POST['VisitorDatePostGra'].'

Job Details:
Present Job Details:
Company Name/Location: '.$_POST['LocationCurrentJob'].'
Designation: '.$_POST['desigCurrentJob'].'

Previous Job Details:
Company Name/Location: '.$_POST['LocationPreviousJob'].'
Designation: '.$_POST['DesigPreviousJob'].'

Personel Details
Name: '.$_POST['realname'].'
Mail Id: '.$_POST['email'].'
Contact No: '.$_POST['ContactNumber'].'

Comment: '.$_POST['AdditionalComments'].'

How did You Know about us: '.$_POST['howdidyoucometoknow'].''; //$from="p_kotawadekar@yahoo.co.in"; $from='enquiry@general-ed.com'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: ".$from."\r\n"; $headers .= "Reply-To: ".$_POST['email']."\r\n"; if($valid == true) { mail($to, $subject, $message, $headers) or die(); $date=date('Y-m-d'); $realname=$_POST['realname']; $email=$_POST['email']; $howdidyoucometoknow=$_POST['howdidyoucometoknow']; $subject=$_POST['subject']; $TargetCountry=$_POST['TargetCountry']; $VisitorGMATTot=$_POST['VisitorGMATTot']; $GMATVerbal=$_POST['GMATVerbal']; $VisitorGMATQ=$_POST['VisitorGMATQ']; $ContactNumber=$_POST['ContactNumber']; $sql="INSERT INTO `general_customerInfo`.`student` ( `name` ,`email` ,`about_us` ,`enquiry` ,`schools` ,`gmat_total`, `contact_no` ,`as_customer` ,`date` )VALUES ('$realname', '$email', '$howdidyoucometoknow', '$subject', '$TargetCountry', '$VisitorGMATTot','$ContactNumber', 'N', '$date')"; $rs=mysql_query($sql); echo"
Thank You for your Details, We will get back to you soon
"; echo""; } else { echo "
Sorry, the code you entered was invalid. Go back to try again.
"; } } ?>