My Personal Wiki

La théorie, c'est quand on sait tout et que rien ne fonctionne.... La pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.

Outils pour utilisateurs

Outils du site


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)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki