Internee PHP Developer Question:

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

Internee PHP Developer Interview Question
Internee PHP Developer Interview Question

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.


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?