S
Size: a a a
S
ДК
P
A
A
ДК
ДК
S
S
А
<?php
$text = htmlspecialchars($_POST["name"]);
if(!empty(trim($text))){
$iu = $_SERVER['REMOTE_ADDR'];
setcookie( "name", $text, time() + 86400*3650, "/");
header("Location:echo.php");
exit();
}
else{
header("Location:index.php");
exit();
}
А
А
А
А
АR
АR
S