$mail->Body = "<div style=\"text-align: center;\">
<h2>{$name}</h2>
<p>Отправил заявку с сайта!</p>
<p>Его данные:</p>
<h4>{$email}</h4>
<h4>{$phone}</h4>
</div>";
#include <iostream>
#include <iomanip>
int main()
{
int row;
char ch;
std::string forward="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
std::string reverse="ZYXWVUTSRQPONMLKJIHGFEDCBA";
printf("Enter letter(uppercase only): ");
scanf("%c", &ch);
row = ch - '@';
for (int i = 1; i <= row; i++)
std::cout << std::setw(row) << forward.substr(0, i) << reverse.substr(27 - i) << "\n";
return 0;
}
vid_foot = f"SELECT * FROM USERS WHERE vid = 'Печать на футболках'"
case "Down":
circle.style.top = Math.min(circle.offsetTop + step, divSquare.clientWidth - circle.offsetWidth / 2) + 'px';
break;
case "Right":
circle.style.left = Math.min(circle.offsetLeft + step, divSquare.clientWidth - circle.offsetWidth / 2) + 'px';
break;