echo '<option value ="'.$domain['domain'].'" >'.$domain['domain']."</option>";
<select name = "domain">
<?php while ($domain) : ?>
<option value ="<?=$domain['domain']?>"><?=$domain['domain']?></option>;
<?php endwhile; ?>
</select>
$update_stores = mysql_query("UPDATE stores_".$_SESSION['lang']." SET title = '$title', address = '$address', maps = '$maps' WHERE id = $id") or die(mysql_error());
<?php if(isset($row)) : ?>
<div class="uk-button-group">
<a class="uk-button uk-button-link uk-button-large" href="../auth/signup.php">Регистрация</a>
<a class="uk-button uk-button-success uk-button-large uk-margin-left" href="../auth/login.php" style="background-color: #ffb433;"onmouseover="this.style.backgroundColor='#eb8d00';" onmouseout="this.style.backgroundColor='#ffb433';"><i class="uk-icon-lock uk-margin-small-right"></i> Войти</a>'
</div>
<?php endif; ?>
<?=($count == 1)?'active':'';
$phone = $_POST['phone'];
$subject = "Тема";
$headers = "Content-Type: text/html; charset=UTF-8\r\n";
$message = "Текст письма";
$to = "mail@mail.ru";
$res = mail($to, $subject, $message, $headers );