Прислано
dan 26-01-2019 13:18
#1
Имеется html код, нужно написать код для файла send.php!
Помогите!
<div id="message-home"></div>
<form action="send.php" method="post">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" name="name_contact_home" id="name_contact_home" placeholder="Имя и Фамилия">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="text" class="form-control" name="email_contact_home" id="email_contact_home" placeholder="Ваш e-mail">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<input type="submit" value="Отправить" class="btn_1 full-width" id="submit-contact-home">
</div>
[/justify]