CoolAssociate Form
"; if ($subject != '') { echo $subject; } else { echo "Admission Q&A"; } echo "
 
Your Name:
Your E-mail Address:
College/Institute:
Organisation (if working)
Designation:
Your Comments
   
"; } else { $sub="$sender has submited Admission Q&A form!"; $message="Dear CoolAvenues,\n\n"; $message=$message."$sender <$mailfrom> filled in Admission Q&A. Here are the details:\n\n"; $message=$message."Name: $sender\n\n"; $message=$message."E-mail: $mailfrom\n\n"; if ($subject != '') { $message=$message.$subject; } else { $message=$message."Admission Q&A Entry Form"; } $message=$message."College/Institute: $college\n\n"; $message=$message."Company: $company\n\n"; $message=$message."Designation: $designation\n\n"; $message=$message."Comments:\n$comments\n\n"; $message=$message."\n-------------------------------------\n"; mail('editor@coolavenues.com', $sub, $message, "From:$mailfrom\n"); echo "


Thank for filling up Admission Q&A format.
We will get back to you on this. Meanwhile you would like to visit our discussion forums to read latest messages related to CAT, Knowledge & career help Line. Click here to network with MBA community.


"; } ?>