Internee PHP Developer Question:

Tell me what is use of header() function in php?

Tweet Share WhatsApp

Answer:

The 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.

Download Internee PHP Developer PDF Read All 75 Internee PHP Developer Questions
Previous QuestionNext Question
Tell me how can we create a database using php?Tell us what does a special set of tags <?= and ?> do in PHP?