|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-07 13:36 UTC] johannes@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 04:00:02 2025 UTC |
Description: ------------ hi, in my php file, i'am calling a file to count the hits (number of visitor) but it doesn't work properly because of the cache. because the page is not cached for a long time so the value of the variable will be lost. and please tell me when and why we use these 2 statements: header("Cache-control: private"); ob_start("ob_gzhandler"); thanks a lot for your support