Hi,
I made a flash site with the editor program: Trandyflash Site Builder.
At this site have a contact site, with lot of field, which can be to fill out by anybody, who even visited my site, and wanted to write to me something.
But, i don't recieved any mails, text, nothing:-(
Inside, between the files of my site, i found a "contact.php" file, and i wanted this file to edit with Macromedia Dreamveawer.
OK.
But this is to mach for me.....
Here is the "contact.php", whereabout i said:
<?
$contactfield1=$HTTP_GET_VARS[\”contactfield1\”]
$contactfield2=$HTTP_GET_VARS[\”contactfield2\”]
$contactfield3=$HTTP_GET_VARS[\”contactfield3\”]
$contactfield4=$HTTP_GET_VARS[\”contactfield4\”]
$email_from = \”you@yourdomain.com\”;
$email_subject = \”\” ;
//$email_txt = \”\”;
$email_to = \”training@schillerviktor.hu\”;
$email_message = \”field1: $contactfield1\n
field2 :$contactfield2 \n
field3 :$contactfield3 \n
field4 : $contactfield4 \n
\”;
mail($email_to, $email_subject, $email_message,$email_from);
?>
Can somebody help me, to find a right solution?
THX.
opel