<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
, убрать кучу box3,4,5...., дивы в ссылках, css одинаковый в один класс нужно сделать...empty($arItem["VALUES"])
$pos = strpos($row['number'], '5');
if ($pos === false) {
echo 'Не найдено';
} else {
echo 'Найдено';
}
<?php
$to = 'nobody@example.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>