<?php /*** Function: PHP header() examples (PHP) ** Desc: Some examples on how to use the header() function of PHPYou find a detailed tutorial at expertsrt.com (English) or at ffm.junetz.de (German).These is also a good help about caching at web-cach…
PHP header()the function declaration: void header ( string string [, bool replace [, int http_response_code]])The optional replace parameter indicates whether the header should replace a previous similar header, or add a second header of the same typ…