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 |
Is runtime polymorphism overriding?
what is magic code ?
4 Answers eVenturers, iFlash, Zynga,
What does the unlink() function mean?
How is a session id generated?
Tell me what should we do to be able to export data into an excel file?
Tell me how is it possible to return a value from a function?
What is empty () in php?
What difference between require() and require_once()?
What is difference between require_once(), require(), include()?
What is form submission?
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?
what is Abbreviavion of PHP?