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 can we destroy the cookie in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
How to remove html tags from data in php?
What is the use of stripslashes in php?
How to track no of user logged in?
What is data type in php?
Is php a float?
Does php support multithreading?
Does php support multiple inheritance?
What is parent __construct ();?
Where is session value stored php?
What type of errors can be occurred in php?