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
What is php full form?
Why would we use === instead of ==?
Please explain is it possible to use com component in php?
How long is a php session valid?
What is the best way to change the key without changing the value of a php array element?
What is get and post method in php?
What is the difference server side and browser side validation?
Do you know how to delete a file from the system?
What types of MYSQL function available for affecting columns
Which is best framework for php?
Is php better than java?
Explain the advantages of using PHP?
Who created numbers?
What is empty php?
Explain me how failures in execution are handled with include() and require() functions?