“Odświeżanie php” Kod odpowiedzi

Odświeżanie php

//refreshes your current page
header("Refresh:0");

//refreshes your current page after 5 seconds
header("Refresh:5");

//If you need to redirect it to another page
header("Refresh:0; url=page2.php");
Gifted Grouse

Odświeżanie nagłówka PHP

//Refreshes your current page
header("Refresh:0");
header("Refresh:2"); // Refreshes after 2 seconds

//If you need to redirect it to another page
header("Refresh:0; url=page2.php");
MeVyom

Strona odświeżania PHP

header("Refresh:0");
A-Décamètre

Odpowiedzi podobne do “Odświeżanie php”

Pytania podobne do “Odświeżanie php”

Więcej pokrewnych odpowiedzi na “Odświeżanie php” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu