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 is the importance of parser in php?
How do you add a joomla Template in admin panel of joomla? Please mention the steps
3 Answers Cognizant, T3 Softwares,
What type of operation is needed when passing values through a form or an url?
What is the purpose of destructor ?
hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
What is the mysql injection?
How to delete an element from an array?
What is the function used to change the root directory in PHP?
How to get tabels from database in php andd display it in the table form using codelgniter? plz help me
What is the difference between html and php?
Which is true about the singleton design pattern?