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 sorting php?
Is php a float?
What are the advantages of triggers in php?
How to access a specific character in a string using php?
Is php procedural or oop?
How to remove duplicate values from a PHP Array?
What is a php tag?
Explain how to run the interactive php shell from the command line interface?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the difference between nowdoc and heredoc?
What is var_dump?
Tell me what is the definition of a session?
Tell me how would you declare a function that receives one parameter name hello?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Should I learn php before wordpress?