adspace
What is use of header() function in php? What the limitation of header()?
Answer Posted / Anurag Chaudhary
The header() function in PHP sends a raw HTTP header to the browser. It can be used to set various HTTP headers like content-type, location, etc. The limitation of the header() function is that it must be called before any actual output is sent (not even a blank line) and can only be called once per page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to calculate the difference between two dates using php?
What does $_files means?
Tell me what kind of things have you done on the social side?
sort term descripttion form, report and uery
Which variable declarations within a class is invalid in php?
List some features of php that are deprecated in php7?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
how to detect a mobile device using php
What is the current stable version of php? What advance thing in php7?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What is trait in php?
How to create a web form?
What is the current stable version of php?
What is the difference between htmlentities() and htmlspecialchars()?