describe arguments in header in php?
Answer / 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 |
What is the difference between print() and echo()?
What is string and its function?
What is the diffrence between GET,POST and REQUEST Method.
Which function would you use to merge two arrays in php?
Explain the difference between static and dynamic websites?
how to display and include the user system date/time in a php program/project
What is good average session duration?
What is __ construct in php?
How can I use the COM components in php?
1 Answers Covansys, Rushmore Consultancy,
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What are the different types of statements that are present in php?
What is php destruct?