<?php
//эта программа щитатит (ваш индюс)
session_start();
if (!isset($_SESSION['count'])) {
$_SESSION['count'] = 0;
} else {
function rw() {
$count = $_SESSION['count'];
$fp = fopen("W:\\home\\localhost\\www\\resurse\\counter.txt","r");
$contents .= fread($fp, 100);
$contents++;
fclose($fp);
$fp = fopen("W:\\home\\localhost\\www\\resurse\\counter.txt","w+");
fwrite($fp,$contents);
fclose($fp);
echo 'общее колличество сессий: ' . $contents . "\n";
echo 'ваш личный вклад : ' . $count . "\n";
}
$count = $_SESSION['count'];
rw();
$_SESSION['count']++;
}
?>
<html>
<head>
<title>знакомство с сессиями</title>
<!--<meta http-equiv=Refresh content="0; url=/denwer/">-->
<meta charset = "utf-8">
</head>
<body>
<script>
window.onload = function(){
window.addEventListener("click",()=>{location.reload(true)},false);
}
</script>
<h1>Привет мир! Это мой первый проект на PHP</h1>
<button>sciatic hump</button>
</body>
</html>
<html>
<head>
<title>знакомство с сессиями</title>
<!--<meta http-equiv=Refresh content="0; url=/denwer/">-->
<meta charset = "utf-8">
</head>
<body>
<script>
window.onload = function(){
window.addEventListener("click",()=>{location.reload(true);},false);
}
</script>
<h5>Это мой первый проект на PHP</h5>
<button>sciatic hump</button>
</body>
</html>
$tree = ["ель","сосна","ольха","дуб","ясень","клен"] и $age = ["120","300","350","400"]
$array = [ $age[0] => [$tree[0], $tree[1]], $age[1] => $tree[2], $age[2] => [$tree[5],$tree[6]],$age[3] => $tree[3] ]
$current = array_slice($ar, 2, 3);
foreach( $current as $key ){
print_r($key);
}
return productCounter = counter
var button = document.getElementById("button")
var productCounter = 0
function incrementCounter(counter) {
counter++
button.innerHTML = counter
return productCounter = counter
}
button.addEventListener("click", function() {
incrementCounter(productCounter);
})
<noscript>
Так будет выглядеть сайт для пользователей отключивших javascript или использующих очень старые версии Internet Explorer
</noscript>
А поисковики будут выдавать вас по ключевым словам
iconv(): iconv('cp1251', 'utf-8', $string).