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 are the difference between abstract class and interface in oops?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
How to take a substring from a given string in php?
What is an array in php?
Explain me is it possible to destroy a cookie?
What is the difference between get and post in php?
Which function would you use to replace a record in a database in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
How can I loop through the members of an array?
1 Answers Rushmore Consultancy,
Tell me what is the definition of a session?
How do I display php errors?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?