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 best way to change the key without changing the value of a php array element?
What is the purpose of destructor ?
How to calculate the length of a string?
Is PHP an open source software?
Define metaphone()?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Is php pass by reference or value?
Tell me how can we check the value of a given variable is alphanumeric?
What are the benefits of using queries?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
how can i upload only pdf files in my website? files has not a pdf extension mantioned