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 the use of get and post method in php?
Which is the latest version of php?
Does php have a future?
What is csrf cookie?
Why sessions are used in php?
What is delimiter php?
Explain the difference between unlink() and unset()?
What are the features of php 7?
What is the difference between nowdoc and heredoc?
Why do we need abstract class in php?
How to connect to mysql from a php script?
What is serialization in php?
What is difference between get and post in php?
How can you upload a file using php?
What is the special meaning of __sleep and __wakeup?