Answer Posted / seem, delhi
header() function has three arguments
1)string:Required. Specifies the header string to send
2)replace: Optional. Indicates whether the header should
replace previous or add a second header. Default is TRUE
(will replace). FALSE (allows multiple headers of the same type)
3)http_response_code:Optional. Forces the HTTP response code
to the specified value
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Are static variables final?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
Explain me differences between get and post methods?
What is mysql_fetch_array?
What is the difference between get and post method in php?
How many escape sequences are recognized in single-quoted strings?
Write a program to display a table of any given number?
What is the importance of "action" attribute in a html form?
What function do we use to find length of string, and length of array?
Where php language is used?
What is session in PHP. How to remove data from a session?
What is filter_var?
What is the use of "ksort" in php?
What is the correct php command to use to catch any error messages within the code?
How to create and destroy cookies in php?