HI
I am not related with PHP so I need help with PHP file that is linked with my flash form.
Now form is sending me mail with information that users have posted. I want that and to save that information on the server too.
Here is code so if someone can please help me.
<?php
#$name = $_POST['name'];
#$email = $_POST['email'];
#$message = $_POST['message'];
#$emailaddress = $_POST['xxxxx@gmail.com'];
$emailaddress = "xxxxxi@gmail.com";
$emailmessage = "Name: $_POST[name] \n\n E-Mail Address: $_POST[email] \n\n Message: $_POST[message] \n\nIP: $_POST[IPADRESS]";
$_post['ipadress];
if(mail($emailaddress, 'Message', $emailmessage)){
echo "Mail je uspjesno poslan.
";
} else {
echo "Mail nije uspjesno poslan. ;(";
}
?>
I am not related with PHP so I need help with PHP file that is linked with my flash form.
Now form is sending me mail with information that users have posted. I want that and to save that information on the server too.
Here is code so if someone can please help me.
<?php
#$name = $_POST['name'];
#$email = $_POST['email'];
#$message = $_POST['message'];
#$emailaddress = $_POST['xxxxx@gmail.com'];
$emailaddress = "xxxxxi@gmail.com";
$emailmessage = "Name: $_POST[name] \n\n E-Mail Address: $_POST[email] \n\n Message: $_POST[message] \n\nIP: $_POST[IPADRESS]";
$_post['ipadress];
if(mail($emailaddress, 'Message', $emailmessage)){
echo "Mail je uspjesno poslan.
} else {
echo "Mail nije uspjesno poslan. ;(";
}
?>
