$nastepny = time() + (7 * 24 * 60 * 60);
// 7 dni; 24 godziny; 60 minut; 60 sekund
echo 'Nastepny tydzień: '. date('Y-m-d', $nastepny) .""; 12 maj 2008
$nastepny = time() + (7 * 24 * 60 * 60);
// 7 dni; 24 godziny; 60 minut; 60 sekund
echo 'Nastepny tydzień: '. date('Y-m-d', $nastepny) .""; echo date('d F Y', strtotime ("-5 day")), "<br>";
echo date('d F Y', strtotime ("01 Jan 2008")), "<br>";
echo date('d F Y', strtotime ("2008-01-01 +10days")), "<br>"; Import zmiennych z tablic
import_request_variables("gp","__");
import_request_variables("gpc","__"); header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); if ($_SERVER[REQUEST_URI] == '/index.php') {
header('Status: 301 Moved Permanently');
header('Location: http://www.moa.waw.pl');
exit;
}