PHP refresh? Help!

Discussion in 'PHP' started by UKWebmasterForum, Feb 14, 2008.

  1. #1
    Does anyone here know a line of code I can insert into a .php page which will allow me to create a page which will refresh in the amount of time I set it to.

    If you do this will help me an awful lot.
     
    UKWebmasterForum, Feb 14, 2008 IP
  2. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use a meta tag for this one:

    <META HTTP-EQUIV=Refresh CONTENT="3">
    PHP:
    ..means your page will refresh every 3 seconds. Just change it to anything you want.
     
    Dondon2d, Feb 14, 2008 IP
    UKWebmasterForum likes this.
  3. UKWebmasterForum

    UKWebmasterForum Guest

    Messages:
    477
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks ever so much, that is exactly what I was looking for :).
     
    UKWebmasterForum, Feb 14, 2008 IP