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 interface in php?
What are some of the advanced features of php?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
What is session in PHP. How to remove data from a session?
Which of the data type is compound datatype supported by PHP?
Tell me what does the scope of variables means?
What is the php function that removes the last element of the array and returns it?
Which function(s) in PHP computes the difference of arrays?
which function used to get the number of days between two given dates in php
What is difference between mysqli and mysql?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
Why echo is faster than print in php?