Internee PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me what is use of header() function in php?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how can we create a database using php? | Tell us what does a special set of tags <?= and ?> do in PHP? |