web:codding:php:refrsh-page
Rafraichir page web php
- 1er Méthode:
<?php $page = $_SERVER['PHP_SELF']; $sec = "10"; ?>
- 2em Methode:
<?php $url1=$_SERVER['REQUEST_URI']; header("Refresh: 5; URL=$url1"); ?>
web/codding/php/refrsh-page.txt · Dernière modification : (modification externe)
