What is use of header() function in php?



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

Answer / Kamlesh Mawari

The header() function in PHP allows you to send HTTP headers, which control various aspects of a web page's behavior such as content type, cookies, and redirects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is runtime polymorphism overriding?

1 Answers  


what is magic code ?

4 Answers   eVenturers, iFlash, Zynga,


What does the unlink() function mean?

1 Answers  


How is a session id generated?

1 Answers  


Tell me what should we do to be able to export data into an excel file?

1 Answers  


Tell me how is it possible to return a value from a function?

1 Answers  


What is empty () in php?

1 Answers  


What difference between require() and require_once()?

1 Answers  


What is difference between require_once(), require(), include()?

1 Answers  


What is form submission?

1 Answers  


What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

1 Answers  


what is Abbreviavion of PHP?

6 Answers  


Categories