can i make autosave option in the site ?

Discussion in 'PHP' started by crazy.works, Jun 22, 2009.

  1. #1
    hello,
    i heard about i can make auto save option in the site,
    i mean the site works online the first time, and after that if the visitor's internet disconnected he can browse it offline .

    so is this true or not ??
    beside if it is true, do u know how to make it please ?

    thanks a lot
     
    crazy.works, Jun 22, 2009 IP
  2. ipro

    ipro Active Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    try putting this in the script if it's a php site

    header("Expires: ".gmdate("D, d M Y H:i:s", time()+3600*24*7)." GMT"); // expire after a week
    header("Cache-Control: max-age=99999");
     
    ipro, Jun 22, 2009 IP