Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
mute каза:<?php
$to = $_POST["sendto"];
$subject = $_POST["subject"];
$message = $_POST["message"];
$headers = 'From: '.$_POST["e-mail"];
if($to!='' and $subject!='' and $message!='' and $_POST["e-mail"]!=''){
mail($to, $subject, $message, $headers);
echo "Благодаря Ви, съобщението беше изпратено успешно.";
}
else{echo "Попълни всичко";}
?>
Благодаря!mute каза:ето я темата http://web-tourist.net/forum/viewtopic.php?t=4022