PHP Header function

PHP header function use to send a raw HTTP header  to client. header() must be called before any actual output is sent, either by normal HTML tags, blank lines in a file, or from PHP.

https://www.geekboots.com/php/http-header


Click here for PHP header applications

Comments