Direkcija FEST-a
Majke Jevrosime 20
11000 Beograd
Kontakt:
(011) 3346 – 946, info@fest.org.yu
Direktor Direkcije i 32. FEST-a:
Miloš Paramentia (paramentic@fest.org.yu)
Koordinator programa i izvršni producent 32. FEST-a:
Miroslav Mogorovia (mogorovic@fest.org.yu)
Koordinator marketinga Direkcije i 32. FEST-a
Dragan Marinkovia (dragan@fest.org.yu)
#########################################################
# ContactForm 1.1 (modified 09.02.2003) #
#########################################################
# #
# Created by: Doni Ronquillo #
# Modified by: CodeMunkyX #
# #
# This script and all included functions, img, #
# and documentation are copyright 2003 #
# free-php.net (http://free-php.net) unless #
# otherwise stated in the module. #
# #
# Any copying, distribution, modification with #
# intent to distribute as new code will result #
# in immediate loss of your rights to use this #
# program as well as possible legal action. #
# #
#########################################################
if ($REQUEST_METHOD == "POST") {
$adminemail[1] = "press@fest.org.yu";
$adminemail[2] = "todorovg@suonline.net";
$ip = $_SERVER['REMOTE_ADDR'];
$host = gethostbyaddr($_SERVER["REMOTE_ADDR"]);
$browser = $_SERVER["HTTP_USER_AGENT"];
$msg2 = "
IP adresa: $ip
Hostname: $host
Browser: $browser
--------------------------------------------------------------------------
Ime: $name
E-mail: $email
Firma: $company
Telefon: $phone
Web site: $website
Poruka: $msg
";
mail("$adminemail[$who]", "[kontak sa sajta]: $subject", "$msg2", "Content-Type: text/html; charset=windows-1250\nContent-Transfer-Encoding: 7bit\nFrom: $email \nReply-To: $email");
include("kontakt-msg-hvala.php");
} else {
echo "\n";
echo " \n";
echo " \n";
echo " \n";
echo " :: \n";
echo " kontaktirajte nas... | \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " | \n";
echo " \n";
echo " | \n";
echo " \n";
echo " | \n";
echo " \n";
echo " | \n";
echo " \n";
echo " \n";
}
?>
|