What is use of header() function in PHP?
3100
24-Aug-2011
Ranveer Pratap
27-Jan-2013Header Function is basically used to navigate (or redirect) among the pages.
Anonymous User
24-Aug-2011The header() function sends a raw HTTP header to a client. We can use herder() function for redirection of pages. It is important to notice that header() must be called before any actual output is seen.