Answer Posted / 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 |
Post New Answer View All Answers
What is php artisan tinker?
What is compact function php?
What is advanced php programming?
Can we use php variable in javascript?
Define urlencode() and urldecode() used in php?
What is php session start?
Why php language is used?
What is session_register()?
Explain what are some new features introduced in php7?
What is the main difference between php 4 and php 5?
How long should a session last?
Explain the visibility of the property or method?
How to convert a character to an ascii value?
What is the difference between die () and exit () in php?
How do I expire a php session after 30 minutes?