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 |
How do you define a constant?
What is the difference between htmlentities() and htmlspecialchars()?
how to track no of users logged in?
What IS PHP?
How do you connet mysql database with php?
How can we destroy the cookie in php?
What is an example of a variable?
What is the use of hooks?
What is the use of magic function in php?
delete session variable when close browser with out logout
Can anyone explain about join?
How to get no of arguments passed to a PHP Function?