PHP header() Function Tutorial

PHP header() Function Tutorial

HTTP protocol uses the HTTP headers in order to provide information to the user browser. HTTP headers may provide information like content type, response code, timezone information, caching, etc. HTTP header is created by the web server and as a dynamic web programming language PHP provides header() function in order to add, change the HTTP … Read more