Home » Interview » Technology

What is the use of header() function in php?

Correct Answer: The header() function sends a raw HTTP header to a client We can use header() function for redirection of pages It is important to notice that header() must be called before any actual output is seen

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion