CoolAssociate Form
"; if ($subject != '') { echo $subject; } else { echo "Books Order form"; } echo "
 
Your Name:
Your E-mail Address:
College/Institute:
Organisation (if working)
Designation:
Address
   
"; } else { $sub="$sender has submited T Shirt!"; $message="Dear CoolAvenues,\n\n"; $message=$message."$sender <$mailfrom> filled in T shirts. 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."Books list:\n$comments\n\n"; $message=$message."\n-------------------------------------\n"; mail('info@coolavenues.com', $sub, $message, "From:$mailfrom\n"); echo "


Thank for filling up Books request form.
This scheme is closed as of now. 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.


"; } ?>