“PHP actualizar” Código de respuesta

PHP actualizar

//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

Actualización del encabezado de 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

Página de actualización de PHP

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

Respuestas similares a “PHP actualizar”

Preguntas similares a “PHP actualizar”

Más respuestas relacionadas con “PHP actualizar” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código