$mail = $_POST['mail '];
$password = $_POST['password '];
$mail = $_POST['mail'];
$password = $_POST['password'];
if (substr($str, strlen($str) - strlen($search)) == $search) { ... }
$alt_url['country:type:device']["Беларусь:desktop:ios"] = "http://...";
if (!empty($alt_url['country:type:device']["$country:$type:$os"])) {
return $alt_url['country:type:device']["$country:$type:$os"];
}
RewriteRule ^([a-z0-9_-]+)/(\d+)$ /$1.php?id=$2
echo '<select name = "wslist">';
while($weblist = mysqli_fetch_array ($list)) {
echo "<option value = \"{$weblist['name']}\">{$weblist['name']}</option>";
}
echo '</select>';
$name = "guru";
$path = "xxx/$name.conf";
echo $name;
echo $path;
$name = "guru";
у вас находится ниже $path = ... $max_num = 10000000;
$num_count = 100000;
$array = [];
while (count($array) < $num_count) {
$r = rand(0, $max_num);
$array[$r] = 1;
}
$array = array_keys($array);