#include <iostream>
#include "Header.h"
using namespace std;
int BAZA[n][n1] = {
{35, 50, 60, 40, 27, 15, 50, 29, 37, 54},
{15, 25, 30, 20, 10, 6, 20, 15, 22, 26},
{10, 20, 15, 10, 15, 7, 25, 10, 10, 23},
{60, 45, 20, 40, 50, 60, 70, 80, 90, 100},
{60, 60, 80, 60, 40, 70, 50, 40, 60, 30},
{60, 75, 80, 80, 90, 50, 60, 60, 30, 50}
};
int main() {
int i, j;
for (i = 0; i < n; i++) {
for (j = 0; j < n1; j++) {
cout << BAZA[i][j] << "\t";
}
cout << endl;
}
return 0;
}
$folder = addslashes("\\assets\\img\\product\\");
$stmt = $mysql->prepare("INSERT INTO `catalog`(`Name_Product`, `Operator`, `Internet`, `Minuts`, `Sms`, `Price_tarif`, `Price_sim`, `image`) VALUES (?, ?, ?, ?, ?, ?, ?, ?)");
$stmt->bind_param("ssssssss", $Name_Product, $Operator, $Internet, $Minuts, $Sms, $Price_tarif, $Price_sim, $photoname);
$stmt->execute();
$current_user = wp_get_current_user(); // Получаем данные текущего пользователя
if ($current_user->ID != 0) { // Проверяем, залогинен ли пользователь
$user_reg = $current_user->user_registered;
$datetime = new DateTime($user_reg);
echo $datetime->format('Y-m-d'); // Выведет год-месяц-день
} else {
echo "Пользователь не залогинен";
}
И какая максимально-возможная длинна поддомена?
отправить пользователю сообщение