Results 1 to 2 of 2

Thread: PHP equivalent [resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Resolved PHP equivalent [resolved]

    Code:
    Response.CacheControl = "Private"												' プロキシサーバーのキャッシュ設定
    	Response.AddHeader "Pragma","no-cache"											' HTML ヘッダー:キャッシュなし(HTTP 1.1)
    	Response.AddHeader "Cache-Control","no-cache"									' HTML ヘッダー:キャッシュなし(HTTP 1.0)
    	Response.Expires = -1															' キャッシュされているページの有効期限
    	Server.ScriptTimeout = 180
    the above code is in asp... wot are its equiv in php?
    Last edited by oceanebelle; Jun 26th, 2005 at 07:57 PM. Reason: Resolved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width