Suggestions
"; if ($subject != '') { echo $subject; } else { echo "Cool Associate Entry Form"; } echo "
 
Your Name:
Your E-mail Address:
College/Institute:
Organisation (if working)
Designation:
Your Comments
   
"; } else { $sub="$sender has send a suggestion!"; $message="Dear CoolAvenues,\n\n"; $message=$message."$sender <$mailfrom> filled in the suggestion entry form. 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."Cool Associate 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 you for your feedback/ suggestions.
Our editorial team will get back to you. Meanwhile visit CoolAvenues forums which are the largest community forums in India.


"; } ?>